SparqlResultBinderValue Method  | 
 
            Gets the Value bound to a given Variable for a given Binding ID.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic abstract INode Value(
	string name,
	int bindingID
)
Public MustOverride Function Value ( 
	name As String,
	bindingID As Integer
) As INode
Parameters
- name
 - Type: SystemString
Variable Name. - bindingID
 - Type: SystemInt32
Binding ID. 
Return Value
Type: 
INode[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResultBinder.Value(System.String,System.Int32)"]
See Also