ISparqlAggregate.Apply Method (SparqlEvaluationContext, IEnumerable<Int32>) |
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:
SyntaxIValuedNode Apply(
SparqlEvaluationContext context,
IEnumerable<int> bindingIDs
)
Function Apply (
context As SparqlEvaluationContext,
bindingIDs As IEnumerable(Of Integer)
) As IValuedNode
Parameters
- context
- Type: VDS.RDF.Query.SparqlEvaluationContext
Evaluation Context. - bindingIDs
- Type: System.Collections.Generic.IEnumerable<Int32>
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