DbfColumn.Create Method (DbfField, DBF, Long) | |
Create a DbfColumn class, based on the definition in the DBF. Used when opening a file.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax 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
)
Request Example
View SourceParameters
- oField
- Type: DbfField
- oRDD
- Type: DBF
- nHeaderOffSet
- Type: Long
Return Value
Type:
DbfColumnSee Also