Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 559 Bytes

SortedColumn.md

File metadata and controls

12 lines (10 loc) · 559 Bytes

SortedColumn class

Description

Represents an sorting directive to be added to the list of query sorting instuctions.

Remarks

Use appropriate methods of the Column class to create instances of this class. Pass this object to the QueryTransformer.Sorting.Add method to apply it to the Query Transformer.

Properties:

Name Type Description
name string Name of the column in resultset.
order SortDirections Sort direction.