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

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

공개 메소드들

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

Executes the operation

FdoFeatureTableInputOperation ( FdoFeatureTable table ) : System

Initializes a new instance of the FdoFeatureTableInputOperation class.

메소드 상세

Execute() 공개 메소드

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

FdoFeatureTableInputOperation() 공개 메소드

Initializes a new instance of the FdoFeatureTableInputOperation class.
public FdoFeatureTableInputOperation ( FdoFeatureTable table ) : System
table FdoToolbox.Core.Feature.FdoFeatureTable The table.
리턴 System