Click or drag to resize

BaseOrderByVariables Property

Gets all the Variables used in the Ordering.

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

Property Value

Type: IEnumerableString

Implements

ISparqlOrderByVariables
See Also