FDO .NET API Reference Feature Data Objects
__property System::Void OSGeo::FDO::Commands::Feature::set_GroupingFilter ( 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 Filter have to evalute to a binary value(true or false).

Parameters:
filter The grouping filter.
Returns:
Returns nothing


Comments or suggestions? Send us feedback.