SqlMetadataStore.BeginTransaction Method

Include Protected Members
Include Inherited Members

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.

Overload List

  Name Description
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

Remarks

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

See Also

Reference

SqlMetadataStore Class

Microsoft.Synchronization.MetadataStorage Namespace