Click or drag to resize

SparqlResultValue Method

Gets the Value that is bound to the given Variable.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INode Value(
	string variable
)

Parameters

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

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.Value(System.String)"]

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