Click or drag to resize

BaseAggregateExpression Property

Expression that the Aggregate executes over.

Namespace:  VDS.RDF.Query.Aggregates
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlExpression Expression { get; }

Property Value

Type: ISparqlExpression

Implements

ISparqlAggregateExpression
See Also