共用方式為


SqlServerEntityTypeExtensions.SetPeriodStartPropertyName 方法

定義

多載

SetPeriodStartPropertyName(IMutableEntityType, String)

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

SetPeriodStartPropertyName(IConventionEntityType, String, Boolean)

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

SetPeriodStartPropertyName(IMutableEntityType, String)

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

public static void SetPeriodStartPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, string? periodStartPropertyName);
static member SetPeriodStartPropertyName : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * string -> unit
<Extension()>
Public Sub SetPeriodStartPropertyName (entityType As IMutableEntityType, periodStartPropertyName As String)

參數

entityType
IMutableEntityType

實體類型。

periodStartPropertyName
String

要設定的值。

適用於

SetPeriodStartPropertyName(IConventionEntityType, String, Boolean)

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

public static string? SetPeriodStartPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, string? periodStartPropertyName, bool fromDataAnnotation = false);
static member SetPeriodStartPropertyName : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * string * bool -> string
<Extension()>
Public Function SetPeriodStartPropertyName (entityType As IConventionEntityType, periodStartPropertyName As String, Optional fromDataAnnotation As Boolean = false) As String

參數

entityType
IConventionEntityType

實體類型。

periodStartPropertyName
String

要設定的值。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

已設定的值。

適用於