Click or drag to resize

SparqlResultGetEnumerator Method

Enumerates the Bindings of Variable Names to Values in this Result.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerator<KeyValuePair<string, INode>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, INode

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
Remarks
Does not respect the ordering of the variables (if any).
See Also