C# 클래스 Rhino.Etl.Core.DataReaders.DocumentDbDataReader

A datareader over a collection of dictionaries
상속: Rhino.Etl.Core.DataReaders.EnumerableDataReader
파일 보기 프로젝트 열기: IntelliTect/rhino-etl

공개 메소드들

메소드 설명
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