ColumnConstraint

Models a column constraint.

Namespace:
KpokPatagon.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

ConstraintType

Type of the constraint.

Signature:
public ConstraintType ConstraintType { get; set; }

Expression

Constraint expression.

Signature:
public String Expression { get; set; }

Name

Name of the contraint.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the object.

Signature:
public String ToString()