Click or drag to resize

NowFunctionEvaluate Method

Gets the value of the function in the given Evaluation Context for the given Binding ID.

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

Parameters

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

Return Value

Type: IValuedNode
Returns a constant Literal Node which is a Date Time typed Literal.

Implements

ISparqlExpressionEvaluate(SparqlEvaluationContext, Int32)
See Also