共用方式為


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

傳回

預先慣例組態。

實作

適用於