SqlServerMigrationsSqlGenerator
SqlServerMigrationsSqlGenerator(MigrationsSqlGeneratorDependencies, ICommandBatchPreparer)
AddDescription(MigrationCommandListBuilder, String, String, String, String, Boolean)
ColumnDefinition(String, String, String, ColumnOperation, IModel, MigrationCommandListBuilder)
ComputedColumnDefinition(String, String, String, ColumnOperation, IModel, MigrationCommandListBuilder)
CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
DefaultValue(Object, String, String, String, MigrationCommandListBuilder)
DropDefaultConstraint(String, String, String, String, MigrationCommandListBuilder)
DropDescription(MigrationCommandListBuilder, String, String, String, Boolean)
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
ForeignKeyAction(ReferentialAction, MigrationCommandListBuilder)
Generate(AddCheckConstraintOperation, IModel, MigrationCommandListBuilder)
Generate(AlterColumnOperation, IModel, MigrationCommandListBuilder)
Generate(AlterDatabaseOperation, IModel, MigrationCommandListBuilder)
Generate(AlterTableOperation, IModel, MigrationCommandListBuilder)
Generate(CreateSequenceOperation, IModel, MigrationCommandListBuilder)
Generate(DeleteDataOperation, IModel, MigrationCommandListBuilder)
Generate(EnsureSchemaOperation, IModel, MigrationCommandListBuilder)
Generate(MigrationOperation, IModel, MigrationCommandListBuilder)
Generate(RenameColumnOperation, IModel, MigrationCommandListBuilder)
Generate(RenameIndexOperation, IModel, MigrationCommandListBuilder)
Generate(RenameSequenceOperation, IModel, MigrationCommandListBuilder)
Generate(RenameTableOperation, IModel, MigrationCommandListBuilder)
Generate(RestartSequenceOperation, IModel, MigrationCommandListBuilder)
Generate(SqlOperation, IModel, MigrationCommandListBuilder)
Generate(SqlServerCreateDatabaseOperation, IModel, MigrationCommandListBuilder)
Generate(SqlServerDropDatabaseOperation, IModel, MigrationCommandListBuilder)
Generate(UpdateDataOperation, IModel, MigrationCommandListBuilder)
Generate(AddColumnOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(CreateIndexOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(CreateTableOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(DropColumnOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(DropIndexOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(DropTableOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(InsertDataOperation, IModel, MigrationCommandListBuilder, Boolean)
Generate(IReadOnlyList<MigrationOperation>, IModel, MigrationsSqlGenerationOptions)
GetIndexesToRebuild(IColumn, MigrationOperation)
IndexOptions(MigrationOperation, IModel, MigrationCommandListBuilder)
IndexTraits(MigrationOperation, IModel, MigrationCommandListBuilder)
Rename(String, String, MigrationCommandListBuilder)
Rename(String, String, String, MigrationCommandListBuilder)
SequenceOptions(String, String, SequenceOperation, IModel, MigrationCommandListBuilder, Boolean)
Transfer(String, String, String, MigrationCommandListBuilder)
UseLegacyIndexFilters(CreateIndexOperation, IModel)
net10.0
namespace Microsoft.EntityFrameworkCore.Migrations
{
public class SqlServerMigrationsSqlGenerator : MigrationsSqlGenerator
{
[IteratorStateMachine(typeof(<GetIndexesToRebuild>d__47))]
protected virtual IEnumerable<ITableIndex!>! GetIndexesToRebuild(IColumn? column, MigrationOperation! currentOperation);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=10.0.2.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (10.0.2) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API