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: 
Syntaxpublic bool TryGetValue(
	string variable,
	out Object value
)
Public Function TryGetValue ( 
	variable As String,
	<OutAttribute> ByRef value As Object
) As Boolean
Parameters
- variable
 - Type: SystemString
The name of the variable to try. - value
 - Type: SystemObject
A native value equivalent to the binding. 
Return Value
Type: 
BooleanWhether 
value was set.
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also