Class AggregateExpression
Represents a SPARQL aggregate.
Inherited Members
Namespace: VDS.RDF.Query.Builder.Expressions
Assembly: dotNetRdf.dll
Syntax
public class AggregateExpression : PrimaryExpression<ISparqlAggregate>
Constructors
| Edit this page View SourceAggregateExpression(ISparqlAggregate)
Initializes a new instance of the AggregateExpression class.
Declaration
public AggregateExpression(ISparqlAggregate expression)
Parameters
Type | Name | Description |
---|---|---|
ISparqlAggregate | expression |