This constraint will ensure that the date is either today or a future
when the associated object is not saved.
If the object is not new, then the date constraint does not apply.
Namespace: DatabaseObjects.ConstraintsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
Visual Basic |
---|
Public Class DateIsTodayOrFutureForNewObjectConstraint _
Implements IConstraint(Of DateTime) |
Remarks
Inheritance Hierarchy
System..::..Object DatabaseObjects.Constraints..::..DateIsTodayOrFutureForNewObjectConstraint See Also