RelationalConnection.ConnectionBeginTransaction(IsolationLevel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
預設會呼叫 BeginDbTransaction(IsolationLevel) 但可由提供者覆寫的樣板方法,改為進行不同的呼叫。
protected virtual System.Data.Common.DbTransaction ConnectionBeginTransaction (System.Data.IsolationLevel isolationLevel);
abstract member ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
override this.ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
Protected Overridable Function ConnectionBeginTransaction (isolationLevel As IsolationLevel) As DbTransaction
參數
- isolationLevel
- IsolationLevel
要用於交易的隔離等級。
傳回
新建立的交易。