다음을 통해 공유


RelationalEntityTypeExtensions.GetTableMappings(IEntityType) 메서드

정의

엔터티 형식이 매핑되는 테이블을 반환합니다.

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

매개 변수

entityType
IEntityType

테이블 매핑을 가져올 엔터티 형식입니다.

반환

엔터티 형식이 매핑되는 테이블입니다.

적용 대상