Returns a default enumerator for the ResultsStore.

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

Syntax

Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of Row)
C#
public IEnumerator<Row> GetEnumerator()
Visual C++
public:
virtual IEnumerator<Row^>^ GetEnumerator() sealed

Return Value

StoreEnumerator that can be used to access the results store.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also