C# Class 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.
Inheritance: FeatureQueryOptions
Mostrar archivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FeatureAggregateOptions ( string className ) : System

Constructor

SetGroupingFilter ( IEnumerable groupByProperties, string groupFilter ) : void

Sets the grouping parameters

Method Details

FeatureAggregateOptions() public method

Constructor
public FeatureAggregateOptions ( string className ) : System
className string
return System

SetGroupingFilter() public method

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