C# Class Rhino.Etl.Core.DataReaders.DocumentDbDataReader

A datareader over a collection of dictionaries
Inheritance: Rhino.Etl.Core.DataReaders.EnumerableDataReader
Mostrar archivo Open project: IntelliTect/rhino-etl

Public Methods

Method Description
DocumentDbDataReader ( IEnumerable enumerable ) : System

Initializes a new instance of the DictionaryEnumeratorDataReader class.

Protected Methods

Method Description
DoClose ( ) : void

Perform the actual closing of the reader

Method Details

DoClose() protected method

Perform the actual closing of the reader
protected DoClose ( ) : void
return void

DocumentDbDataReader() public method

Initializes a new instance of the DictionaryEnumeratorDataReader class.
public DocumentDbDataReader ( IEnumerable enumerable ) : System
enumerable IEnumerable The enumerator.
return System