SqlServerTableBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for