The number of rows only in the first database.

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

Syntax

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

See Also