Click or drag to resize

DynamicSparqlResultTryGetValue Method

Tries to get a native value equivalent to a binding from the result.

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

Parameters

variable
Type: SystemString
The name of the variable to try.
value
Type: SystemObject
A native value equivalent to the binding.

Return Value

Type: Boolean
Whether value was set.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also