SqlServerEntityTypeExtensions.GetPeriodStartPropertyName 方法

定義

傳回值,表示對應至時態表之實體的期間開始屬性名稱。

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

實體類型。

傳回

期間開始屬性的名稱。

適用於