Click or drag to resize

AnyAggregate Constructor (ISparqlExpression, Boolean)

Creates a new Any Aggregate.

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

Parameters

expr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Expression.
distinct
Type: System.Boolean
Whether a DISTINCT modifer applies.
See Also