Interface IDefaultItem
- Namespace
- YndigoBlue.Velocity.Interfaces
- Assembly
- YndigoBlue.Velocity.dll
Defines elements that can specify default column values.
public interface IDefaultItem
Remarks
Default constraints provide automatic values for columns when no value is explicitly specified during insertion. Elements implementing this interface can be literals (numbers, strings, dates), database functions (GETDATE(), NEWID()), or special values (NULL, CURRENT_TIMESTAMP). The default constraint type identifies the element's value category.
Properties
- DefaultConstraintType
Gets the type of default constraint element.
Methods
- IsEqual(IDefaultItem)
Determines whether this default item is equal to another default item.