共用方式為


SqlServerEntityTypeExtensions.SetPeriodEndPropertyName 方法

定義

多載

SetPeriodEndPropertyName(IMutableEntityType, String)

設定值,表示對應至時態表之實體的句點結束屬性名稱。

SetPeriodEndPropertyName(IConventionEntityType, String, Boolean)

設定值,表示對應至時態表之實體的句點結束屬性名稱。

SetPeriodEndPropertyName(IMutableEntityType, String)

設定值,表示對應至時態表之實體的句點結束屬性名稱。

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

參數

entityType
IMutableEntityType

實體類型。

periodEndPropertyName
String

要設定的值。

適用於

SetPeriodEndPropertyName(IConventionEntityType, String, Boolean)

設定值,表示對應至時態表之實體的句點結束屬性名稱。

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

參數

entityType
IConventionEntityType

實體類型。

periodEndPropertyName
String

要設定的值。

fromDataAnnotation
Boolean

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

傳回

已設定的值。

適用於