Gets the Ordering that is used.
            
 
    Namespace: 
   VDS.RDF.Query.Algebra
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ISparqlOrderBy Ordering { get; }Public ReadOnly Property Ordering As ISparqlOrderBy
	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