点击或拖拽改变大小

DbRecord 构造函数

X#
Initializes a new instance of the DbRecord class

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	position AS LONG,
	source AS DbDataSource
)
查看代码

参数

position
类型:Int32
Ordinal position in the datasource
source
类型:DbDataSource
Data source to which this object belongs
参见