The index of the row in the ResultsStore.

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

Syntax

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

Remarks

The Index property changes as the ResultsStore is sorted.

See Also