Click or drag to resize

BaseOrderBy.Variables 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: IEnumerable<String>

Implements

ISparqlOrderBy.Variables
See Also