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
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
FeatureAggregateOptions ( string className ) : System

Constructor

SetGroupingFilter ( IEnumerable groupByProperties, string groupFilter ) : void

Sets the grouping parameters

Method Details

FeatureAggregateOptions() public méthode

Constructor
public FeatureAggregateOptions ( string className ) : System
className string
Résultat System

SetGroupingFilter() public méthode

Sets the grouping parameters
public SetGroupingFilter ( IEnumerable groupByProperties, string groupFilter ) : void
groupByProperties IEnumerable
groupFilter string
Résultat void