SqlServerEntityTypeExtensions.GetHistoryTableSchema 方法

定義

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

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

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

記錄資料表的名稱。

適用於