RelationalEntityTypeExtensions.GetSchema 方法

定義

多載

GetSchema(IEntityType)

傳回包含對應資料表的資料庫架構。

GetSchema(IReadOnlyEntityType)

傳回包含對應資料表的資料庫架構。

GetSchema(IEntityType)

傳回包含對應資料表的資料庫架構。

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

參數

entityType
IEntityType

要為其取得架構的實體類型。

傳回

包含對應資料表的資料庫架構。

適用於

GetSchema(IReadOnlyEntityType)

傳回包含對應資料表的資料庫架構。

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

參數

entityType
IReadOnlyEntityType

要為其取得架構的實體類型。

傳回

包含對應資料表的資料庫架構。

適用於