Gets the number of columns that this Constraint contains.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ColumnSpan As Integer
C#
public int ColumnSpan { get; }
Visual C++
public:
property int ColumnSpan {
	int get ();
}
JavaScript
function get_columnSpan();

Field Value

The number of columns that this Constraint contains.

See Also