次の方法で共有


RuntimeModel.IModel.GetTypeMappingConfigurations メソッド

定義

規則前のすべての構成を取得します。

System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration> IModel.GetTypeMappingConfigurations ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IModel.GetTypeMappingConfigurations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration>
override this.Microsoft.EntityFrameworkCore.Metadata.IModel.GetTypeMappingConfigurations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration>
Function GetTypeMappingConfigurations () As IEnumerable(Of ITypeMappingConfiguration) Implements IModel.GetTypeMappingConfigurations

戻り値

規則前の構成。

実装

適用対象