Classes

  ClassDescription
ColumnConstraint
A class to filter the ResultsStore on field data.
ColumnConstraints
A collection of ColumnConstraint objects used for filtering a results store.
ColumnRange
A range for a ColumnConstraint. A ColumnConstraint can contain a number of ranges.
ColumnRanges
Defines a set of ranges that the constraint must adhere to in order to be included after the filter has been applied.
ColumnSort
A class to sort the ResultsStore by field data.
ColumnSorts
A collection of ColumnSorts to be applied to a ResultsStore.
Filter
Used to create a filtered ResultsStore using the ApplyFilter method.
Missing
Signifies a Missing result, for which there is no value in the ResultsStore. There is a singleton class of this type, so all reference comparisons are valid.
Reader
Reads data from a results store. Can be created using GetReader()()().
ResultsStoreException
Exception thrown by classes in the RedGate.SQLDataCompare.Engine.ResultsStore namespace when it encounters an error.
Row
A row containing data in a ResultsStore object.
Sort
Used to specify a sort order for the ResultsStore when using ApplySort()()().
Store
A data set containing a collection of rows.
StoreEnumerator
This is the enumerator for a ResultsStore or Reader.

Enumerations

  EnumerationDescription
FieldType
The types of field that a ResultsStore can contain.
Row..::.RowType
The type of the row. The values All and TotalDifferent can be used for DifferenceCount()()().