Click or drag to resize

SparqlResultTryGetValue Method

Tries to get a value (which may be null) for the variable.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryGetValue(
	string variable,
	out INode value
)

Parameters

variable
Type: SystemString
Variable.
value
Type: VDS.RDFINode
Value.

Return Value

Type: Boolean
True if the variable was present (even it was unbound) and false otherwise.
See Also