Click or drag to resize

GroupBy.Aggregates Property

Gets the Aggregates that will be applied.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<SparqlVariable> Aggregates { get; }

Property Value

Type: IEnumerable<SparqlVariable>
See Also