The bookmark 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 Bookmark As Integer
C#
public int Bookmark { get; }
Visual C++
public:
property int Bookmark {
	int get ();
}

Remarks

The Bookmark property is independent of how the ResultsStore is sorted. Note that using the bookmark property is slow.

See Also