Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Expressions
Classes
DeleteColumnExpression
Represents an expression to delete a column from a database table.
DeleteConstraintExpression
Represents an expression to delete a database constraint during a migration.
DeleteDataExpression
Represents a database migration expression that deletes data from a specified table. Used within migration operations to define data deletion actions.
DeleteDefaultConstraintExpression
Represents an expression used in a database migration to delete a default constraint from a table column.
DeleteForeignKeyExpression
Represents a database migration expression that deletes a foreign key constraint from a table.
DeleteIndexExpression
Represents a migration expression that specifies the deletion of a database index. Used during schema migrations to remove an existing index from a database table.
DeleteTableExpression
Represents a database migration expression that deletes a table. This is used to define the removal of a table during a migration process.