DbContext.Configuration プロパティ

定義

コンテキストの構成オプションにアクセスできます。

public System.Data.Entity.Infrastructure.DbContextConfiguration Configuration { get; }
member this.Configuration : System.Data.Entity.Infrastructure.DbContextConfiguration
Public ReadOnly Property Configuration As DbContextConfiguration

プロパティ値

構成オブジェクトへのアクセスに使用するオブジェクト。

適用対象