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

Represents a base class of operations that execute only once
상속: FdoOperationBase
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
Execute ( IEnumerable rows ) : IEnumerable
ExecuteAction ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
리턴 IEnumerable

ExecuteAction() 공개 추상적인 메소드

public abstract ExecuteAction ( ) : void
리턴 void