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

要获取其视图架构的实体类型。

返回

包含映射视图的数据库架构。

适用于