DbDataTable Constructor (IRdd) | |
Create a datatable from an IRdd object
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax Remarks The structure of the table will be derived from the structure of the workarea.
and for each row in the workarea there will be a DbDataRow added to the table
You can use the normal events for the DataTable class to monitor changes.
and use the GetChanges() method from the DataTable class to retrieve a subset of the table with changed rows.
See Also