DbDataTable 类 | |
This class is used to create a System.Data.DataTable from a workarea
继承层次 Object
MarshalByValueComponent
DataTable
DbDataTable
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 CLASS DbDataTable INHERIT DataTable
public class DbDataTable : DataTable
查看代码DbDataTable 类型公开以下成员。
构造函数 方法
| 名称 | 说明 |
---|
| Save | Save the changes in the DbDataTable to the underlying RDD |
Top备注 The data in this table is detached from the workarea. So if you make changes to the
data you will have to write that back to the workarea yourself.
参见