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()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, INode))
Return Value
Type:
IEnumeratorKeyValuePairString,
INode[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorRemarks
Does not respect the ordering of the variables (if any).
See Also