Interface ICheckItem
- Namespace
- YndigoBlue.Velocity.Interfaces
- Assembly
- YndigoBlue.Velocity.dll
Defines elements that can appear within a check constraint expression.
public interface ICheckItem
Remarks
Check constraints enforce data integrity by validating values before insertion or update. Elements implementing this interface can be composed to build complex check constraint expressions including literals, columns, operators, and functions. The constraint type identifies the element's role in the constraint expression.
Properties
- CheckConstraintType
Gets the type of check constraint element.
Methods
- IsEqual(ICheckItem)
Determines whether this check item is equal to another check item.