Initializes a new instance of the SortingInstruction class.

SortingInstruction(String, DocumentServer.DataShaping.SortOrder)

public SortingInstruction(string orderBy, DocumentServer.DataShaping.SortOrder sortOrder);

SortingInstruction(String)

public SortingInstruction(string orderBy);

Parameters

Parameter Description
orderBy The name of the column to order the block data by.
sortOrder The sort order.
Event Description
Ascending Data rows are sorted in an ascending order.
Descending Data rows are sorted in a descending order.