Partager via


OwnedNavigationTemporalTableBuilder<TOwnerEntity,TDependentEntity>.UseHistoryTable Méthode

Définition

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)

Source:
OwnedNavigationTemporalTableBuilder%60%60.cs
Source:
OwnedNavigationTemporalTableBuilder%60%60.cs
Source:
OwnedNavigationTemporalTableBuilder%60%60.cs

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)

Source:
OwnedNavigationTemporalTableBuilder%60%60.cs
Source:
OwnedNavigationTemporalTableBuilder%60%60.cs
Source:
OwnedNavigationTemporalTableBuilder%60%60.cs

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.

S’applique à