RelationalTypeBaseExtensions.GetViewSchema(IReadOnlyTypeBase) 方法

定义

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

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

参数

typeBase
IReadOnlyTypeBase

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

返回

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

适用于