Share via


RelationalEntityTypeExtensions.GetMappingStrategy(IReadOnlyEntityType) 메서드

정의

파생 형식에 대한 매핑 전략을 가져옵니다.

public static string? GetMappingStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetMappingStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetMappingStrategy (entityType As IReadOnlyEntityType) As String

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

파생 형식에 대한 매핑 전략입니다.

적용 대상