Click or drag to resize

ISparqlAggregateApply Method (SparqlEvaluationContext, IEnumerableInt32)

Applies the Aggregate to the Result Binder and returns a single Node as a Result.

Namespace:  VDS.RDF.Query.Aggregates
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IValuedNode Apply(
	SparqlEvaluationContext context,
	IEnumerable<int> bindingIDs
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
bindingIDs
Type: System.Collections.GenericIEnumerableInt32
Enumerable of Binding IDs which the aggregate is applied over.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Aggregates.ISparqlAggregate.Apply(VDS.RDF.Query.SparqlEvaluationContext,System.Collections.Generic.IEnumerable{System.Int32})"]

See Also