다음을 통해 공유


RelationalEntityTypeExtensions.GetViewSchema 메서드

정의

오버로드

GetViewSchema(IReadOnlyEntityType)

매핑된 뷰를 포함하는 데이터베이스 스키마를 반환합니다.

GetViewSchema(IEntityType)

매핑된 뷰를 포함하는 데이터베이스 스키마를 반환합니다.

GetViewSchema(IReadOnlyEntityType)

매핑된 뷰를 포함하는 데이터베이스 스키마를 반환합니다.

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

매개 변수

entityType
IReadOnlyEntityType

뷰 스키마를 가져올 엔터티 형식입니다.

반환

매핑된 뷰를 포함하는 데이터베이스 스키마입니다.

적용 대상

GetViewSchema(IEntityType)

매핑된 뷰를 포함하는 데이터베이스 스키마를 반환합니다.

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

매개 변수

entityType
IEntityType

뷰 스키마를 가져올 엔터티 형식입니다.

반환

매핑된 뷰를 포함하는 데이터베이스 스키마입니다.

적용 대상