BiDataColumn
This class represents a data column of a data
table.
This class extends
BiObject
and therefore all methods and fields available for
BiObject
are also available for
BiDataColumn
.
Constructor
new
BiDataColumn
(
[
sName
]
)
Parameters
| Name | Type | Optional | Default | Descripton |
sName |
String |
![]() |
The name of the column |
Properties
| Name | Type | get | set | Descripton |
dataType |
String |
![]() |
![]() |
The name of the type that values in this column has. |
defaultValue |
Object |
![]() |
![]() |
The default value for items in this column. This may be
used by the BiDataRow. |
index |
Number |
![]() |
The index of the column in the table column array | |
name |
String |
![]() |
The name of the column. | |
table |
|
![]() |
The table the column is part of. |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
