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

實體類型。

傳回

期間開始屬性的名稱。

適用於