Click or drag to resize

BaseUnaryStringFunctionEvaluate Method

Gets the Value of the function as evaluated in the given Context for the given Binding ID.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.String
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IValuedNode Evaluate(
	SparqlEvaluationContext context,
	int bindingID
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Context.
bindingID
Type: SystemInt32
Binding ID.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.String.BaseUnaryStringFunction.Evaluate(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]

Implements

ISparqlExpressionEvaluate(SparqlEvaluationContext, Int32)
See Also