SqlMetadataStore::BeginTransaction Method
Starts an explicit transaction on the metadata store that has an isolation level of ReadCommitted.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This object has been disposed or was not initialized correctly. |
| InvalidOperationException | A metadata store has not been opened or created, or a transaction was already started. |
Changes that are saved after this method is called are not committed to the store until CommitTransaction is called.
Show: