Click or drag to resize

DynamicSparqlResult.GetEnumerator Method

Returns an enumerator that iterates through pairs of variable names and native values equivalent to bindings in the result.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An enumerator that iterates through pairs of variable names and native values equivalent to bindings in the result.

Implements

IEnumerable.GetEnumerator()
See Also