DbfColumn.Create 方法 (DbfField, DBF, Int32) | |
Create a DbfColumn class, based on the definition in the DBF. Used when opening a file.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD Create(
oField REF DbfField,
oRDD AS DBF,
nHeaderOffSet AS LONG
) AS DbfColumn
public static DbfColumn Create(
ref DbfField oField,
DBF oRDD,
int nHeaderOffSet
)
查看代码参数
- oField
- 类型:DbfField
- oRDD
- 类型:DBF
- nHeaderOffSet
- 类型:Int32
返回值
类型:
DbfColumn参见