C# 클래스 FdoToolbox.Core.Feature.FeatureAggregateOptions

Use this class to set the filter criteria used to select groups of features from a FDO datastore or for restricting the values returned to be unique.
상속: FeatureQueryOptions
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
FeatureAggregateOptions ( string className ) : System

Constructor

SetGroupingFilter ( IEnumerable groupByProperties, string groupFilter ) : void

Sets the grouping parameters

메소드 상세

FeatureAggregateOptions() 공개 메소드

Constructor
public FeatureAggregateOptions ( string className ) : System
className string
리턴 System

SetGroupingFilter() 공개 메소드

Sets the grouping parameters
public SetGroupingFilter ( IEnumerable groupByProperties, string groupFilter ) : void
groupByProperties IEnumerable
groupFilter string
리턴 void