SqlServerTableBuilderExtensions Class

Definition

SQL Server specific extension methods for TableBuilder.

public static class SqlServerTableBuilderExtensions
type SqlServerTableBuilderExtensions = class
Public Module SqlServerTableBuilderExtensions
Inheritance
SqlServerTableBuilderExtensions

Methods

IsTemporal(TableBuilder, Action<TemporalTableBuilder>)

Configures the table as temporal.

IsTemporal(TableBuilder, Boolean)

Configures the table as temporal.

IsTemporal<TEntity>(TableBuilder<TEntity>, Action<TemporalTableBuilder<TEntity>>)

Configures the table as temporal.

IsTemporal<TEntity>(TableBuilder<TEntity>, Boolean)

Configures the table as temporal.

Applies to