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

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

Méthodes publiques

Méthode Description
DocumentDbDataReader ( IEnumerable enumerable ) : System

Initializes a new instance of the DictionaryEnumeratorDataReader class.

Méthodes protégées

Méthode Description
DoClose ( ) : void

Perform the actual closing of the reader

Method Details

DoClose() protected méthode

Perform the actual closing of the reader
protected DoClose ( ) : void
Résultat void

DocumentDbDataReader() public méthode

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