Contains the WHERE clause that was used to create the ResultsStore.

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

Syntax

Visual Basic (Declaration)
Public Property Where As WhereClause
C#
public WhereClause Where { get; set; }
Visual C++
public:
property WhereClause^ Where {
	WhereClause^ get ();
	void set (WhereClause^ value);
}

See Also