GroupByAggregates 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; }
Public ReadOnly Property Aggregates As IEnumerable(Of SparqlVariable)
Get
Property Value
Type:
IEnumerableSparqlVariableSee Also