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.Expressions.ISparqlExpression
Expression that the aggregate is over. - distinct
- Type: System.Boolean
Whether a Distinct modifer is applied.
See Also