SqlCeTransaction::Commit Method
Visual Studio 2010
Commits the database transaction.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Commit() | Commits the database transaction. (Overrides DbTransaction::Commit().) |
|
Commit(CommitMode) | Commits the database transaction using the specified CommitMode. |
If you call the Commit method without passing a CommitMode value, Deferred is used.
Show: