Gets the number of columns that this value spans in the table.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property ColumnSpan As Integer |
C# |
---|
int ColumnSpan { get; } |
Visual C++ |
---|
property int ColumnSpan {
int get ();
} |
JavaScript |
---|
function get_columnSpan();
|
See Also