Share via


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

テーブル マッピングを取得する型。

戻り値

型がマップされるテーブル。

適用対象