RecordSet GetEnumerator Method NReco.Data Class Library Documentation
Returns an enumerator that iterates through the rows in this RecordSet.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public IEnumerator<RecordSet&#160;Row> GetEnumerator()

Return Value

Type: IEnumerator RecordSet Row 

Implements

IEnumerable T  GetEnumerator 
See Also