SqlMetadataStore::BeginTransaction Method
Starts an explicit transaction on the metadata store.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginTransaction() | Starts an explicit transaction on the metadata store that has an isolation level of ReadCommitted. |
|
BeginTransaction(IsolationLevel) | Starts an explicit transaction on the metadata store that has the specified isolation level. (Overrides MetadataStore::BeginTransaction(IsolationLevel).) |
Changes that are saved after this method is called are not committed to the metadata store until CommitTransaction is called.
Show: