DynamicSparqlResultAdd Method  | 
 
            Binds a variable to a node equivalent to value.
            
 
    Namespace: 
   VDS.RDF.Dynamic
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic void Add(
	string variable,
	Object value
)
Public Sub Add ( 
	variable As String,
	value As Object
)
Parameters
- variable
 - Type: SystemString
The name of the variable to bind. - value
 - Type: SystemObject
An object that is converted to an equivalent node and bound to the variable. 
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also