TemporalTableBuilder.HasPeriodEnd(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie un objet qui peut être utilisé pour configurer une propriété de fin de période du type d’entité mappé à une table temporelle.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder HasPeriodEnd (string propertyName);
abstract member HasPeriodEnd : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder
override this.HasPeriodEnd : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder
Public Overridable Function HasPeriodEnd (propertyName As String) As TemporalPeriodPropertyBuilder
Paramètres
- propertyName
- String
Nom de la propriété de fin de période.
Retours
Objet qui peut être utilisé pour configurer la propriété de fin de période.
Remarques
Pour plus d’informations et d’exemples, consultez Utilisation de tables temporelles SQL Server avec EF Core.