Set if the table is to be included when refreshing the TableDifferences. Defaults to true.

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

Syntax

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

See Also