Click or drag to resize

SparqlResult.TryGetValue 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: System.String
Variable.
value
Type: VDS.RDF.INode
Value.

Return Value

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