ISparqlExpression.Evaluate Method |
Evalutes a SPARQL Expression for the given binding in a given context.
Namespace:
VDS.RDF.Query.Expressions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIValuedNode Evaluate(
SparqlEvaluationContext context,
int bindingID
)
Function Evaluate (
context As SparqlEvaluationContext,
bindingID As Integer
) As IValuedNode
Parameters
- context
- Type: VDS.RDF.Query.SparqlEvaluationContext
Evaluation Context. - bindingID
- Type: System.Int32
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