Click or drag to resize

MaxAggregate Constructor (ISparqlExpression, Boolean)

Creates a new MAX Aggregate.

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

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
distinct
Type: SystemBoolean
Whether a DISTINCT modifier applies.
See Also