Applies the ResultsStore Filter class to the Reader. Any access to this Reader after the filter has been applied will access only the filtered data.

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

Syntax

Visual Basic (Declaration)
Public Sub ApplyFilter ( _
	useOriginalResultsStore As Boolean _
)
C#
public void ApplyFilter(
	bool useOriginalResultsStore
)
Visual C++
public:
void ApplyFilter(
	bool useOriginalResultsStore
)

Parameters

useOriginalResultsStore
Type: System..::.Boolean
When true, the filter will be applied to the original ResultsStore; when false, the filter will be applied to the current state of the ResultsStore.

See Also