SqlCeTransaction.Commit Method
.NET Framework 3.0
Commits the database transaction.
| Name | Description |
|---|---|
| SqlCeTransaction.Commit () | Commits the database transaction. Supported by the .NET Compact Framework. |
| SqlCeTransaction.Commit (CommitMode) | Commits the database transaction using the specified CommitMode. Supported by the .NET Compact Framework. |
If you call the Commit method without passing a CommitMode value, Deferred is used.
Community Additions
ADD
Show: