Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
Classes
CreateForeignKeyBuilder
Provides a builder for creating a foreign key constraint in a database migration.
Interfaces
ICreateForeignKeyCascadeBuilder
Provides a builder interface for configuring cascade behaviors (such as ON DELETE or ON UPDATE) on a foreign key constraint during migration creation.
ICreateForeignKeyForeignColumnBuilder
Represents a builder used to specify the foreign column(s) when defining a foreign key in a database migration expression.
ICreateForeignKeyFromTableBuilder
Represents a builder for specifying the source table when creating a foreign key.
ICreateForeignKeyPrimaryColumnBuilder
Provides a builder for specifying the primary column when creating a foreign key.
ICreateForeignKeyToTableBuilder
Represents a builder for specifying the target table of a foreign key constraint.