Partager via


OwnedNavigationTemporalTableBuilder.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.cs
Source:
OwnedNavigationTemporalTableBuilder.cs
Source:
OwnedNavigationTemporalTableBuilder.cs

Configure une table d’historique pour l’entité mappée à une table temporelle.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder UseHistoryTable (string name);
abstract member UseHistoryTable : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder
override this.UseHistoryTable : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder
Public Overridable Function UseHistoryTable (name As String) As OwnedNavigationTemporalTableBuilder

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.cs
Source:
OwnedNavigationTemporalTableBuilder.cs
Source:
OwnedNavigationTemporalTableBuilder.cs

Configure une table d’historique pour l’entité mappée à une table temporelle.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder UseHistoryTable (string name, string? schema);
abstract member UseHistoryTable : string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder
override this.UseHistoryTable : string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder
Public Overridable Function UseHistoryTable (name As String, schema As String) As OwnedNavigationTemporalTableBuilder

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 à