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

NameTypeOptionalDefaultDescripton
sNameStringcheckedThe name of the column

Properties

NameTypegetsetDescripton
dataTypeStringcheckedcheckedThe name of the type that values in this column has.
defaultValueObjectcheckedcheckedThe default value for items in this column. This may be used by the BiDataRow.
indexNumbercheckedThe index of the column in the table column array
nameStringcheckedThe name of the column.
tableBiDataTablecheckedThe table the column is part of.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.