The include property for tables.

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

Syntax

Visual Basic (Declaration)
Public Property Include As Boolean
C#
public bool Include { get; set; }
Visual C++
public:
property bool Include {
	bool get ();
	void set (bool value);
}

See Also