Controls whether the enumerator is for summary row information only, or full row information. By default, this is false.

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

Syntax

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

See Also