DbContextOptions.ExtensionsMap プロパティ

定義

これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 これは、いかなるリリースでも予告なしに変更または削除される可能性があります。 コード内でのみ直接使用する必要があります。これを行うと、新しい Entity Framework Core リリースに更新するときにアプリケーションエラーが発生する可能性があることを認識してください。

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Extension", "Ordinal" })]
protected virtual System.Collections.Immutable.ImmutableSortedDictionary<Type,(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension Extension, int Ordinal)> ExtensionsMap { get; }
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Extension", "Ordinal" })>]
member this.ExtensionsMap : System.Collections.Immutable.ImmutableSortedDictionary<Type, ValueTuple<Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension, int>>
Protected Overridable ReadOnly Property ExtensionsMap As ImmutableSortedDictionary(Of Type, ValueTuple(Of IDbContextOptionsExtension, Integer))

プロパティ値

属性

適用対象