DataManagerBase.CommitDataSet Method
Commits a dataset to the database.
[Visual Basic]Public Function CommitDataSet( _
ByVal
printOnly As
Boolean, _
ByVal
dataSet As
DataSet _
) As
String Parameters
- printOnly
- Whether to commit the data to the database, or simply return the SQL statement.
- dataSet
- The DataSet to Commit.
Return Value
The SQL statement generated.
See Also
DataManagerBase Class | OrmLib Namespace