The type of the row. The values All and TotalDifferent can be used for DifferenceCount()()().

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

Syntax

Visual Basic (Declaration)
Public Enumeration RowType
C#
public enum RowType
Visual C++
public enum class RowType

Members

Member nameDescription
In1
Data exists only in the first database.
Different
Data exists in both databases and is different.
In2
Data exists only in the second database.
Same
All data is identical.
All
All rows. Used for indexing Readers. Not a true row type.
TotalDifferent
The rows that differ, (Different, In1, and In2). Not a true row type.

See Also