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; }
Public Default Property Item (
key As String
) As Object
Get
Set
Parameters
- key
- Type: SystemString
Key.
Return Value
Type:
ObjectRemarks
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