Do we have a check constraint?
Namespace: NHibernate.MappingAssembly: 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