Gets a reader so that the ResultsStore can be read in a multi-threaded environment. By default, this is the same as calling GetReader()()() with an argument of RowType.All.

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

Syntax

Visual Basic (Declaration)
Public Function GetReader As Reader
C#
public Reader GetReader()
Visual C++
public:
Reader^ GetReader()

Return Value

A Reader.

See Also