RelationalTypeBaseExtensions.GetDefaultMappings(ITypeBase) 方法

定义

返回类型将使用的默认映射。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableMappingBase> GetDefaultMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetDefaultMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableMappingBase>
<Extension()>
Public Function GetDefaultMappings (typeBase As ITypeBase) As IEnumerable(Of ITableMappingBase)

参数

typeBase
ITypeBase

要获取其表映射的类型。

返回

类型映射到的表。

适用于