C# Класс Rhino.Etl.Core.Operations.DocDbInputCommandOperation

Generic input command operation
Наследование: AbstractDocumentDbOperation
Показать файл Открыть проект

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

Метод Описание
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