次の方法で共有


SqlServerEntityTypeExtensions.GetPeriodEndPropertyName メソッド

定義

テンポラル テーブルにマップされたエンティティのピリオド終了プロパティの名前を表す値を返します。

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

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

ピリオド開始プロパティの名前。

適用対象