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