DbDataTable Class |  |
This class is used to create a System.Data.DataTable from a workarea
Inheritance Hierarchy
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.16
SyntaxThe DbDataTable type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Save | Save the changes in the DbDataTable to the underlying RDD |
Top
RemarksThe 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