DbRecord 构造函数 | |
Initializes a new instance of the DbRecord class
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
position AS LONG,
source AS DbDataSource
)
public DbRecord(
int position,
DbDataSource source
)
查看代码参数
- position
- 类型:Int32
Ordinal position in the datasource - source
- 类型:DbDataSource
Data source to which this object belongs
参见