C# 클래스 FdoToolbox.Core.ETL.Operations.FdoBranchingOperation

상속: FdoOperationBase
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
Add ( IFdoOperation op ) : FdoBranchingOperation

Adds the specified operation to this branching operation

Execute ( IEnumerable rows ) : IEnumerable

Executes this operation, sending the input of this operation to all its child operations

PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void

Initializes this instance

메소드 상세

Add() 공개 메소드

Adds the specified operation to this branching operation
public Add ( IFdoOperation op ) : FdoBranchingOperation
op IFdoOperation
리턴 FdoBranchingOperation

Execute() 공개 메소드

Executes this operation, sending the input of this operation to all its child operations
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable The rows.
리턴 IEnumerable

PrepareForExecution() 공개 메소드

Initializes this instance
public PrepareForExecution ( IPipelineExecuter pipelineExecuter ) : void
pipelineExecuter IPipelineExecuter
리턴 void