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

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

Syntax

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

See Also