BaseAggregate Constructor (ISparqlExpression, Boolean) | 
 
            Base Constructor for Aggregates.
            
 
    Namespace: 
   VDS.RDF.Query.Aggregates
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic BaseAggregate(
	ISparqlExpression expr,
	bool distinct
)
Public Sub New ( 
	expr As ISparqlExpression,
	distinct As Boolean
)
Parameters
- expr
 - Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression that the aggregate is over. - distinct
 - Type: SystemBoolean
Whether a Distinct modifer is applied. 
See Also