C# 클래스 Rhino.Etl.Core.Operations.DocDbInputCommandOperation

Generic input command operation
상속: AbstractDocumentDbOperation
파일 보기 프로젝트 열기: IntelliTect/rhino-etl

공개 메소드들

메소드 설명
DocDbInputCommandOperation ( string endpointUrlName, string endpointKeyName, string documentDatabase, string documentCollection ) : System.Collections.Generic

Initializes a new instance of the DocDbInputCommandOperation class.

Execute ( IEnumerable rows ) : IEnumerable

Executes this operation

보호된 메소드들

메소드 설명
CreateRowFromReader ( IDataReader reader ) : Row

Creates a row from the reader.

메소드 상세

CreateRowFromReader() 보호된 메소드

Creates a row from the reader.
protected CreateRowFromReader ( IDataReader reader ) : Row
reader IDataReader The reader.
리턴 Row

DocDbInputCommandOperation() 공개 메소드

Initializes a new instance of the DocDbInputCommandOperation class.
public DocDbInputCommandOperation ( string endpointUrlName, string endpointKeyName, string documentDatabase, string documentCollection ) : System.Collections.Generic
endpointUrlName string >Appsetting key for Url to DocumentDb endpoint.
endpointKeyName string >Appsetting key for Key for DocumentDB
documentDatabase string The Database to query
documentCollection string The DocumentCollection to query
리턴 System.Collections.Generic

Execute() 공개 메소드

Executes this operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable The rows.
리턴 IEnumerable