Share via


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

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

戻り値

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

適用対象