Namespace YndigoBlue.Velocity.Constraints
Classes
- Check
Represents a check constraint that enforces domain integrity by limiting the values that can be placed in a column.
- Constraint
Base class for all database constraints. Provides common constraint properties and comparison functionality.
- Default
Represents a default value constraint that automatically assigns a value to a column when no value is specified during insert.
- ForeignKey
Represents a foreign key constraint that enforces referential integrity between tables.
- PrimaryKey
Represents a primary key constraint that uniquely identifies each row in a table.
- Unique
Represents a unique constraint that ensures all values in one or more columns are distinct.