Click or drag to resize

RecordReaderTEnumerateRecords Method

Enumerates over all the records.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IEnumerable<T> EnumerateRecords()

Return Value

Type: IEnumerableT
An implementation of IEnumerableT that enumerates over the records.
See Also