次の方法で共有


SqlServerEntityTypeExtensions.GetPeriodStartPropertyName メソッド

定義

テンポラル テーブルにマップされたエンティティの period start プロパティの名前を表す値を返します。

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

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

period start プロパティの名前。

適用対象