Gets or sets a check constraint on the column

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string CheckConstraint { get; set; }
Visual Basic
Public Property CheckConstraint As String
	Get
	Set
Visual C++
public:
property String^ CheckConstraint {
	String^ get ();
	void set (String^ value);
}

See Also