Click or drag to resize

SparqlEvaluationContextItem Property

Gets/Sets a Object that should be persisted over the entire Evaluation Context.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key.

Return Value

Type: Object
Remarks
May be used by parts of the Evaluation Process that need to ensure a persistent state across the entire Evaluation Query (e.g. the implementation of the BNODE() function).
See Also