Click or drag to resize

BaseAggregate Constructor (ISparqlExpression, Boolean)

Base Constructor for Aggregates.

Namespace:  VDS.RDF.Query.Aggregates
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseAggregate(
	ISparqlExpression expr,
	bool distinct
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression that the aggregate is over.
distinct
Type: SystemBoolean
Whether a Distinct modifer is applied.
See Also