ISparqlExpressionEvaluate Method |
Evalutes a SPARQL Expression for the given binding in a given context.
Namespace:
VDS.RDF.Query.Expressions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IValuedNode Evaluate(
SparqlEvaluationContext context,
int bindingID
)
Function Evaluate (
context As SparqlEvaluationContext,
bindingID As Integer
) As IValuedNode
Parameters
- context
- Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context. - bindingID
- Type: SystemInt32
Binding ID.
Return Value
Type:
IValuedNode[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.ISparqlExpression.Evaluate(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]
Remarks
Newly introduced in Version 0.6.0 to replace the variety of functions that were used previously for numeric vs non-numeric versions to allow our code to be simplified and improve performance.
See Also