Gets the number of columns that this Table contains.
Namespace:
NHibernate.MappingAssembly: 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(); |