Functions.DotNetType2VOType 方法 | |
命名空间:
XSharp_VOSQLClasses
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 FUNCTION DotNetType2VOType(
oSchema AS DataTable,
oColumn AS DataColumn,
cFieldName AS STRING
) AS FieldSpec
public static FieldSpec DotNetType2VOType(
DataTable oSchema,
DataColumn oColumn,
string cFieldName
)
查看代码参数
- oSchema
- 类型:DataTable
- oColumn
- 类型:DataColumn
- cFieldName
- 类型:String
返回值
类型:
FieldSpec参见