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 checked The name of the column

Properties

Name Type get set Descripton
dataType String checked checked The name of the type that values in this column has.
defaultValue Object checked checked The default value for items in this column. This may be used by the BiDataRow.
index Number checked The index of the column in the table column array
name String checked The name of the column.
table BiDataTable checked The table the column is part of.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks