Uses the current value from the callback to determine whether the constraint passes. If not, then an ArgumentException is thrown.

Namespace: DatabaseObjects.Constraints
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public void EnsureConstraintSatisfied()
Visual Basic
Public Sub EnsureConstraintSatisfied
Visual C++
public:
void EnsureConstraintSatisfied()

See Also