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: 
SyntaxIValuedNode Apply(
	SparqlEvaluationContext context,
	IEnumerable<int> bindingIDs
)
Function Apply ( 
	context As SparqlEvaluationContext,
	bindingIDs As IEnumerable(Of Integer)
) As IValuedNode
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