Click or drag to resize

AbstractSqlFactory.GetMetaDataColumnValues Method

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

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

Parameters

oRow
Type: DataRow

Return Value

Type: Object

Implements

GetMetaDataColumnValues(DataRow)
See Also