RelationalTypeBaseExtensions.GetSchema(IReadOnlyTypeBase) 方法

定义

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

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

参数

typeBase
IReadOnlyTypeBase

要获取其架构的类型。

返回

包含映射表的数据库架构。

适用于