RddFieldInfo 构造函数 (String, String, Int32, Int32, Int32) | |
Construct a RddFieldInfo object.
命名空间:
XSharp.RDD.Support
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
sName AS STRING,
sType AS STRING,
nLength AS LONG,
nDecimals AS LONG,
nOffSet AS LONG := -1
)
public RddFieldInfo(
string sName,
string sType,
int nLength,
int nDecimals,
int nOffSet = -1
)
查看代码参数
- sName
- 类型:String
Name - sType
- 类型:String
Type, may also contain flags in the form of a colon follwed by N,0,B,+,Z,E,U - nLength
- 类型:Int32
Length 'DBF style', so length in Buffer - nDecimals
- 类型:Int32
Number of decimals. - nOffSet (Optional)
- 类型:Int32
Offset in record buffer (optional).
参见