Click or drag to resize

SparqlResult.TryGetBoundValue Method

Tries to get a non-null value for the variable.

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

Parameters

variable
Type: System.String
Variable.
value
Type: VDS.RDF.INode
Value.

Return Value

Type: Boolean
True if the variable was present and bound, false otherwise.
See Also