C# Класс Rhino.Etl.Core.DataReaders.DocumentDbDataReader

A datareader over a collection of dictionaries
Наследование: Rhino.Etl.Core.DataReaders.EnumerableDataReader
Показать файл Открыть проект

Открытые методы

Метод Описание
DocumentDbDataReader ( IEnumerable enumerable ) : System

Initializes a new instance of the DictionaryEnumeratorDataReader class.

Защищенные методы

Метод Описание
DoClose ( ) : void

Perform the actual closing of the reader

Описание методов

DoClose() защищенный Метод

Perform the actual closing of the reader
protected DoClose ( ) : void
Результат void

DocumentDbDataReader() публичный Метод

Initializes a new instance of the DictionaryEnumeratorDataReader class.
public DocumentDbDataReader ( IEnumerable enumerable ) : System
enumerable IEnumerable The enumerator.
Результат System