Click or drag to resize

OrderByOrdering Property

Gets the Ordering that is used.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlOrderBy Ordering { get; }

Property Value

Type: ISparqlOrderBy
Remarks
If the Query supplied in the SparqlEvaluationContext is non-null and has an ORDER BY clause then that is applied rather than the ordering with which the OrderBy algebra is instantiated.
See Also