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.Constraints
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class DateIsTodayOrFutureForNewObjectConstraint : IConstraint<DateTime>
Visual Basic
Public Class DateIsTodayOrFutureForNewObjectConstraint _
	Implements IConstraint(Of DateTime)
Visual C++
public ref class DateIsTodayOrFutureForNewObjectConstraint : IConstraint<DateTime>

Remarks

Inheritance Hierarchy

System..::..Object
  DatabaseObjects.Constraints..::..DateIsTodayOrFutureForNewObjectConstraint

See Also