Gets the number of columns that this Constraint contains.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public int ColumnSpan { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property ColumnSpan As Integer Get  | 
| Visual C++ | 
|---|
public: property int ColumnSpan { int get (); }  |