Click or drag to resize

SparqlResultBinder.Variables Property

Gets the Variables that the Binder stores Bindings for.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerable<String>
See Also