Gets the number of columns this property uses in the db.
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();
|
See Also