Returns the number of rows that are different.

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

Syntax

Visual Basic (Declaration)
Public Function DifferenceCount As Integer
C#
public int DifferenceCount()
Visual C++
public:
int DifferenceCount()

Return Value

The number of rows that are different.

See Also