Click or drag to resize

DbfColumn.Create Method (RddFieldInfo, DBF)

X#
Create a DbfColumn class, used when creating files.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 STATIC METHOD Create(
	oInfo AS RddFieldInfo,
	oRDD AS DBF
) AS DbfColumn
Request Example View Source

Parameters

oInfo
Type: RddFieldInfo
oRDD
Type: DBF

Return Value

Type: DbfColumn
See Also