RelationalTypeBaseExtensions.GetTableMappings(ITypeBase) 方法

定義

傳回類型對應的資料表。

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

參數

typeBase
ITypeBase

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

傳回

型別對應的資料表。

適用於