RelationalEntityTypeExtensions.GetTableName 方法

定義

多載

GetTableName(IEntityType)

傳回實體類型所對應 null 或未對應至資料表的資料表名稱。

GetTableName(IReadOnlyEntityType)

傳回實體類型所對應 null 或未對應至資料表的資料表名稱。

GetTableName(IEntityType)

傳回實體類型所對應 null 或未對應至資料表的資料表名稱。

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

參數

entityType
IEntityType

要為其取得資料表名稱的實體類型。

傳回

實體類型所對應的資料表名稱。

適用於

GetTableName(IReadOnlyEntityType)

傳回實體類型所對應 null 或未對應至資料表的資料表名稱。

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

參數

entityType
IReadOnlyEntityType

要為其取得資料表名稱的實體類型。

傳回

實體類型所對應的資料表名稱。

適用於