Do we have a check constraint?

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

Syntax

C#
public bool HasCheckConstraint { get; }
Visual Basic
Public ReadOnly Property HasCheckConstraint As Boolean
	Get
Visual C++
public:
property bool HasCheckConstraint {
	bool get ();
}

See Also