次の方法で共有


DbContextConfiguration.EnsureTransactionsForFunctionsAndCommands プロパティ

定義

SQL 関数とコマンドを常にトランザクションで実行するかどうかを決定する値を取得または設定します。

public bool EnsureTransactionsForFunctionsAndCommands { get; set; }
member this.EnsureTransactionsForFunctionsAndCommands : bool with get, set
Public Property EnsureTransactionsForFunctionsAndCommands As Boolean

プロパティ値

既定のトランザクション動作。

注釈

このフラグは、 などの ExecuteSqlCommand(String, Object[]) メソッドがトランザクションの外部で実行されたときに、新しいトランザクションを開始するかどうかを決定します。 これは の動作 SaveChanges()を変更しないことに注意してください。

適用対象