SqlServerEntityTypeExtensions.GetHistoryTableName(IReadOnlyEntityType) 方法

定義

傳回值,表示與對應至時態表之實體相關聯的記錄資料表名稱。

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

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

記錄資料表的名稱。

適用於