Sorts the ResultsStore according to SortOrder.

Namespace:  RedGate.SQLDataCompare.Engine.ResultsStore
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub ApplySort
C#
public void ApplySort()
Visual C++
public:
void ApplySort()

Exceptions

ExceptionCondition
RedGate.SQLDataCompare.Engine.ResultsStore..::.ResultsStoreExceptionUnable to sort when using a compressed results store.

See Also