Models a column constraint.
Default constructor
public Void ColumnConstraint()
Type of the constraint.
public ConstraintType ConstraintType { get; set; }
Constraint expression.
public String Expression { get; set; }
Name of the contraint.
public String Name { get; set; }
Returns a textual representation of the object.
public String ToString()
In this document