RddFieldInfo 构造函数 (String, DbFieldType, Int32, Int32, Int32, DBFFieldFlags) | |
Construct a RddFieldInfo object.
命名空间:
XSharp.RDD.Support
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
sName AS STRING,
nType AS DbFieldType,
nLength AS LONG,
nDecimals AS LONG,
nOffSet AS LONG := -1,
nFlags AS DBFFieldFlags := DBFFieldFlags.None
)
public RddFieldInfo(
string sName,
DbFieldType nType,
int nLength,
int nDecimals,
int nOffSet = -1,
DBFFieldFlags nFlags = DBFFieldFlags.None
)
查看代码参数
- sName
- 类型:String
Name - nType
- 类型:DbFieldType
Type - nLength
- 类型:Int32
Length 'DBF style', so length in Buffer - nDecimals
- 类型:Int32
Number of decimals. - nOffSet (Optional)
- 类型:Int32
Offset in record buffer (optional) - nFlags (Optional)
- 类型:DBFFieldFlags
Flags (optional)
参见