1010Data Insights Platform .NET SDK
|
Nested container class for information describing a Column. More...
Public Attributes | |
readonly int | Index |
This Column's position in its host table. | |
readonly String | Format |
Format of the Column. | |
readonly String | Title |
String representation of what to call the column. | |
readonly long | Count |
Number of elements within the Column. | |
readonly Type | ComponentType |
System.Type of the Column's data. | |
readonly String | Name |
Name of the Column. | |
Nested container class for information describing a Column.