BeginTransactionInterceptionContext.WithIsolationLevel(IsolationLevel) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した と共に、このインターセプト コンテキスト内のすべてのコンテキスト情報を含む新しい BeginTransactionInterceptionContext を作成します IsolationLevel。
public System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext WithIsolationLevel (System.Data.IsolationLevel isolationLevel);
member this.WithIsolationLevel : System.Data.IsolationLevel -> System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext
パラメーター
- isolationLevel
- IsolationLevel
関連付ける分離レベル。
戻り値
特定の分離レベルに関連付けられた新しいインターセプト コンテキスト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework