Sdílet prostřednictvím


OwnedNavigationTemporalTableBuilder.UseHistoryTable Metoda

Definice

Přetížení

UseHistoryTable(String)

Nakonfiguruje tabulku historie pro entitu namapovanou na dočasnou tabulku.

UseHistoryTable(String, String)

Nakonfiguruje tabulku historie pro entitu namapovanou na dočasnou tabulku.

UseHistoryTable(String)

Zdroj:
OwnedNavigationTemporalTableBuilder.cs
Zdroj:
OwnedNavigationTemporalTableBuilder.cs
Zdroj:
OwnedNavigationTemporalTableBuilder.cs

Nakonfiguruje tabulku historie pro entitu namapovanou na dočasnou tabulku.

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

Parametry

name
String

Název tabulky historie.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Poznámky

Další informace najdete v tématu Použití SQL Server dočasných tabulek s EF Core.

Platí pro

UseHistoryTable(String, String)

Zdroj:
OwnedNavigationTemporalTableBuilder.cs
Zdroj:
OwnedNavigationTemporalTableBuilder.cs
Zdroj:
OwnedNavigationTemporalTableBuilder.cs

Nakonfiguruje tabulku historie pro entitu namapovanou na dočasnou tabulku.

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

Parametry

name
String

Název tabulky historie.

schema
String

Schéma tabulky historie.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání.

Poznámky

Další informace najdete v tématu Použití SQL Server dočasných tabulek s EF Core.

Platí pro