Click or drag to resize

SparqlResultBinderVariables 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: IEnumerableString
See Also