Struct ColumnDescription
A description of a column in a DataTableBase.
Namespace: GDX.DataTables
Syntax
public struct ColumnDescription
Fields
| Improve this Doc View SourceIdentifier
The unique identifier for the column.
Declaration
public int Identifier
Field Value
Type | Description |
---|---|
System.Int32 |
Name
The given name of the column.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
SortOrder
The current sort order.
Declaration
public int SortOrder
Field Value
Type | Description |
---|---|
System.Int32 |
Type
The type of data stored in the column.
Declaration
public Serializable.SerializableTypes Type
Field Value
Type | Description |
---|---|
Serializable.SerializableTypes |
Methods
| Improve this Doc View SourceToString()
Generates a custom string based on the column.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A user-friendly string representation of the ColumnDescription. |
Overrides
System.ValueType.ToString()