SortByCondition Constructors
Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.
Name | Parameters | Description |
---|---|---|
Sort |
none |
Initializes a new instance of the Sort |
Sort |
field, value, olap |
Initializes a new instance of the Sort |
Sort |
field, value |
Initializes a new instance of the Sort |
Sort |
condition |
Initializes a new instance of the Sort |
See Also