Click or drag to resize

SparqlResultItem Property (String)

Gets the Value that is bound to the given Variable.

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

Parameters

variable
Type: SystemString
Variable whose Value you wish to retrieve.

Return Value

Type: INode
Exceptions
ExceptionCondition
RdfExceptionThrown if there is nothing bound to the given Variable Name for this Result.
See Also