Where clause object used on the databases.

Namespace:  RedGate.SQLDataCompare.Engine
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);
}

Remarks

Initialized to empty strings.

See Also