1010Data Insights Platform .NET SDK
|
Collection of data for a table (i.e. a row). More...
Properties | |
int | Length [get] |
The length of the row (number of Datum's represented). | |
![]() | |
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 data for a table (i.e. a row).
Note that the data behind the Datum can change.