The number of rows in the ResultsStore.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RowCount As Integer
C#
public int RowCount { get; }
Visual C++
public:
property int RowCount {
	int get ();
}

See Also