ColumnConstraint

Models a column constraint.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ColumnConstraint

Default constructor

Signature:
public Void ColumnConstraint()

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()