Click or drag to resize

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:
Syntax
public abstract INode Value(
	string name,
	int bindingID
)

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