Click or drag to resize

DbDataTable.Save Method

X#
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
Request Example View Source

Parameters

oRDD
Type: IRdd
The RDD object for the area where the changes must be saved.

Return Value

Type: Logic
See Also