IModel.GetTypeMappingConfigurations 方法

定义

获取所有预约定配置。

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

返回

预约定配置。

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

适用于