The number of rows that are the same in both databases.

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

Syntax

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

See Also