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

要為其取得資料表對應的型別。

傳回

型別對應的資料表。

適用於