共用方式為


OwnedNavigationTemporalTableBuilder.HasPeriodEnd(String) 方法

定義

傳回 物件,這個物件可用來設定對應至時態表之實體型別的句點結束屬性。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder HasPeriodEnd (string propertyName);
abstract member HasPeriodEnd : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder
override this.HasPeriodEnd : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder
Public Overridable Function HasPeriodEnd (propertyName As String) As OwnedNavigationTemporalPeriodPropertyBuilder

參數

propertyName
String

句點結束屬性的名稱。

傳回

物件,可用來設定句點結束屬性。

備註

如需詳細資訊,請參閱搭配 EF Core 使用SQL Server時態表

適用於