FDO API Reference Feature Data Objects

__property System::Void ISelectAggregatesImp::set_GroupingFilter NAMESPACE_OSGEO_FDO_FILTER::Filter *  filter  ) 
 

Set the grouping by filter. Use the grouping filter to restrict the groups of returned properties to those groups for which the specified filter is TRUE. For example "order by city" and "min(lanes) = 2". The FdoFilter have to evalute to a binary value(true or false).

Parameters:
filter The grouping filter.
Returns:
Returns nothing

Comments or suggestions? Send us feedback.