RelationalEntityTypeExtensions.GetDefaultMappings(IEntityType) メソッド

定義

エンティティ型で使用される既定のマッピングを返します。

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

パラメーター

entityType
IEntityType

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

戻り値

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

適用対象