Click or drag to resize

StringJoinAggregateApply Method (SparqlEvaluationContext, IEnumerableInt32)

Applies the Aggregate in the given Context over the given Binding IDs.

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

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
bindingIDs
Type: System.Collections.GenericIEnumerableInt32
Binding IDs.

Return Value

Type: IValuedNode

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

Implements

ISparqlAggregateApply(SparqlEvaluationContext, IEnumerableInt32)
See Also