点击或拖拽改变大小

DbColumnInfo 构造函数 (String, String, Int32, Int32, Int32)

X#
Initializes a new instance of the DbColumnInfo class

命名空间:  XSharp.RDD
程序集:  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
)
查看代码

参数

sName
类型:String
sType
类型:String
nLength
类型:Int32
nDecimals
类型:Int32
nOffSet (Optional)
类型:Int32
参见