A collection of ColumnSorts to be applied to a ResultsStore.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ColumnSorts _
	Inherits InternalCollectionBase
C#
public sealed class ColumnSorts : InternalCollectionBase
Visual C++
public ref class ColumnSorts sealed : public InternalCollectionBase

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.InternalCollectionBase
    RedGate.SQLDataCompare.Engine.ResultsStore..::.ColumnSorts

See Also