The number of rows only in the second database.

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

Syntax

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

See Also