DbDataTable 构造函数 (IRdd) | |
Create a datatable from an IRdd object
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oRDD AS IRdd
)
public DbDataTable(
IRdd oRDD
)
查看代码参数
- oRDD
- 类型:IRdd
备注 The structure of the table will be derived from the structure of the workarea.
and for each row in the workarea there will be a DbDataRow added to the table
You can use the normal events for the DataTable class to monitor changes.
and use the GetChanges() method from the DataTable class to retrieve a subset of the table with changed rows.
参见