Click or drag to resize

DynamicSparqlResultGetEnumerator 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

IEnumerableGetEnumerator
See Also