Share via


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

エンティティの型。

戻り値

履歴テーブルの名前。

適用対象