OwnedNavigationTemporalTableBuilder<TOwnerEntity,TDependentEntity>.UseHistoryTable 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.
Surcharges
UseHistoryTable(String) |
Configure une table d’historique pour l’entité mappée à une table temporelle. |
UseHistoryTable(String, String) |
Configure une table d’historique pour l’entité mappée à une table temporelle. |
UseHistoryTable(String)
Configure une table d’historique pour l’entité mappée à une table temporelle.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder<TOwnerEntity,TDependentEntity> UseHistoryTable (string name);
override this.UseHistoryTable : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function UseHistoryTable (name As String) As OwnedNavigationTemporalTableBuilder(Of TOwnerEntity, TDependentEntity)
Paramètres
- name
- String
Nom de la table d’historique.
Retours
Le même générateur instance afin que plusieurs appels puissent être chaînés.
Remarques
Pour plus d’informations, consultez Utilisation SQL Server tables temporelles avec EF Core.
S’applique à
UseHistoryTable(String, String)
Configure une table d’historique pour l’entité mappée à une table temporelle.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder<TOwnerEntity,TDependentEntity> UseHistoryTable (string name, string? schema);
override this.UseHistoryTable : string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function UseHistoryTable (name As String, schema As String) As OwnedNavigationTemporalTableBuilder(Of TOwnerEntity, TDependentEntity)
Paramètres
- name
- String
Nom de la table d’historique.
- schema
- String
Schéma de la table d’historique.
Retours
Le même générateur instance afin que plusieurs appels puissent être chaînés.
Remarques
Pour plus d’informations, consultez Utilisation SQL Server tables temporelles avec EF Core.