Gets the number of columns that this value spans in the table.

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

Syntax

C#
int ColumnSpan { get; }
Visual Basic
ReadOnly Property ColumnSpan As Integer
	Get
Visual C++
property int ColumnSpan {
	int get ();
}

See Also