DotNetType2VOType Function | |
Namespace:
XSharp_VOSQLClasses
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax FUNCTION DotNetType2VOType(
oSchema AS DataTable,
oColumn AS DataColumn,
cFieldName AS STRING
) AS FieldSpec
public static FieldSpec DotNetType2VOType(
DataTable oSchema,
DataColumn oColumn,
string cFieldName
)
Request Example
View SourceParameters
- oSchema
- Type: DataTable
- oColumn
- Type: DataColumn
- cFieldName
- Type: String
Return Value
Type:
FieldSpecSee Also