Column |
public struct ColumnInformation
The ColumnInformation type exposes the following members.
Name | Description | |
---|---|---|
ColumnInformation | Creates an instance of ColumnInformation. |
Name | Description | |
---|---|---|
Deconstruct | Deconstructs this instance into its parts. | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Name | Description | |
---|---|---|
Column | The column as it was at the time of this call. Can be null if the column currently could not be resolved. | |
ColumnLabel | The label of this column for user convenience. An example would be 'X' to label an X-column. | |
ColumnName | The name of the column (e.g. the column name in the underlying table), last part of the column proxies document path. Can be null if the user has no column attached currently. | |
SetColumnAction | Designates the action to set the column. First argument are the column, 2nd argument are the underlying table of the column, and 3rd argument is the group number of the column. |