The records that are in the two databases. This can be affected by ApplyFilter(Boolean) and ApplySort()()().

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ResultsStore As Store
C#
public Store ResultsStore { get; }
Visual C++
public:
property Store^ ResultsStore {
	Store^ get ();
}

See Also