ISparqlAggregateApply Method (SparqlEvaluationContext) |
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
)
Function Apply (
context As SparqlEvaluationContext
) As IValuedNode
Parameters
- context
- Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
Return Value
Type:
IValuedNode[Missing <returns> documentation for "M:VDS.RDF.Query.Aggregates.ISparqlAggregate.Apply(VDS.RDF.Query.SparqlEvaluationContext)"]
See Also