다음을 통해 공유


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

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

반환

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

적용 대상