ISqlFactory.GetMetaDataTableValues Method | |
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.21
Syntax FUNCTION GetMetaDataTableValues(
oRow AS DataRow
) AS Object[]
Object[] GetMetaDataTableValues(
DataRow oRow
)
Request Example
View SourceParameters
- oRow
- Type: DataRow
Return Value
Type:
ObjectSee Also