点击或拖拽改变大小

DbDataTable 类

X#
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
查看代码

DbDataTable 类型公开以下成员。

构造函数
  名称说明
公共方法DbDataTable
初始化 DbDataTable 类的一个新实例
公共方法DbDataTable(IRdd)
Create a datatable from an IRdd object
Top
方法
  名称说明
公共方法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.
参见