Collection of columns for a table. More...
Properties | |
int | Count [get] |
The number of columns. | |
![]() | |
T | this[int i] [get] |
Index by position. More... | |
T | this[String name] [get] |
Index by name. More... | |
Additional Inherited Members | |
![]() | |
TOfInt | IntNamed (String name) |
Get a TOfInt by name. More... | |
TOfLong | LongNamed (String name) |
Get a TOfLong by name. More... | |
TOfInt128 | Int128Named (String name) |
Get a TOfInt128 by name. More... | |
TOfDouble | DoubleNamed (String name) |
Get a TOfDouble by name. More... | |
TOfString | StringNamed (String name) |
Get a TOfString by name. More... | |
![]() | |
readonly ICollection< String > | Names |
The names of all the items in this IndexedSet. | |
readonly IEnumerable< TOfInt > | Ints |
An enumerable of TOfInt data. | |
readonly IEnumerable< TOfLong > | Longs |
An enumerable of TOfLong data. | |
readonly IEnumerable< TOfInt128 > | Int128s |
An enumerable of TOfInt128 data. | |
readonly IEnumerable< TOfDouble > | Doubles |
An enumerable of TOfDouble data. | |
readonly IEnumerable< TOfString > | Strings |
An enumerable of TOfString data. | |
Collection of columns for a table.
Note that as the table downloads data, the data behind the columns changes.