The sort order to be used on the current ResultsStore.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SortOrder As Sort
C#
public Sort SortOrder { get; }
Visual C++
public:
property Sort^ SortOrder {
	Sort^ get ();
}

See Also