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.

  NameDescription
Public method BeginTransaction() Starts an explicit transaction on the metadata store that has an isolation level of ReadCommitted.
Public method BeginTransaction(IsolationLevel) Starts an explicit transaction on the metadata store that has the specified isolation level. (Overrides MetadataStore::BeginTransaction(IsolationLevel).)
Top

Changes that are saved after this method is called are not committed to the metadata store until CommitTransaction is called.

Show: