DbDataTable.Save Method | |
Save the changes in the DbDataTable to the underlying RDD
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax METHOD Save(
oRDD AS IRdd
) AS LOGIC
public bool Save(
IRdd oRDD
)
Request Example
View SourceParameters
- oRDD
- Type: IRdd
The RDD object for the area where the changes must be saved.
Return Value
Type:
LogicSee Also