Defines a set of ranges that the constraint must adhere to in order to be included after the filter has been applied.

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

Syntax

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

Inheritance Hierarchy

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

See Also