Click or drag to resize

ISqlFactory.GetMetaDataTableValues Method

X#
Create an object array of table properties from the current datarow in the schema rowset

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
FUNCTION GetMetaDataTableValues(
	oRow AS DataRow
) AS Object[]
Request Example View Source

Parameters

oRow
Type: DataRow

Return Value

Type: Object
See Also