The WHERE clause used on the table in the first database.

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

Syntax

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

See Also