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

A pipeline operation that conditionally discards features sent to it
상속: FdoOperationBase
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

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

Executes the operation

FdoFilteredOperation ( Predicate condition ) : System

Constructor

메소드 상세

Execute() 공개 메소드

Executes the operation
public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
리턴 IEnumerable

FdoFilteredOperation() 공개 메소드

Constructor
public FdoFilteredOperation ( Predicate condition ) : System
condition Predicate The predicate that determines which rows will be passed on
리턴 System