OwnedNavigationTemporalTableBuilder.HasPeriodEnd(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object that can be used to configure a period end property of the entity type mapped to a temporal table.
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
Parameters
- propertyName
- String
The name of the period end property.
Returns
An object that can be used to configure the period end property.
Remarks
See Using SQL Server temporal tables with EF Core for more information.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework