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.19
Syntax The DbDataTable type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Save | Save the changes in the DbDataTable to the underlying RDD |
TopRemarks 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