Click or drag to resize

DbDataTable Class

X#
This class is used to create a System.Data.DataTable from a workarea
Inheritance Hierarchy
Object
  MarshalByValueComponent
    DataTable
      DbDataTable

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CLASS DbDataTable INHERIT DataTable
Request Example View Source

The DbDataTable type exposes the following members.

Constructors
  NameDescription
Public methodDbDataTable
Initializes a new instance of the DbDataTable class
Public methodDbDataTable(IRdd)
Create a datatable from an IRdd object
Top
Methods
  NameDescription
Public methodSave
Save the changes in the DbDataTable to the underlying RDD
Top
Remarks
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.
See Also