The number of rows that exist in both databases but are different.

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

Syntax

Visual Basic (Declaration)
<ObsoleteAttribute("Please use DifferenceCount(Row.RowType.Different)")> _
Public ReadOnly Property Different As Integer
C#
[ObsoleteAttribute("Please use DifferenceCount(Row.RowType.Different)")]
public int Different { get; }
Visual C++
[ObsoleteAttribute(L"Please use DifferenceCount(Row.RowType.Different)")]
public:
property int Different {
	int get ();
}

See Also