Click or drag to resize

OleDbFactory.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
 VIRTUAL METHOD GetMetaDataTableValues(
	oRow AS DataRow
) AS Object[]
Request Example View Source

Parameters

oRow
Type: DataRow

Return Value

Type: Object

Implements

GetMetaDataTableValues(DataRow)
See Also