Click or drag to resize

VDS.RDF.Query.Ordering Namespace

Namespace containing classes used to order the results of SPARQL queries.

Classes
  ClassDescription
Public classBaseOrderBy
Base Class for implementing Sparql ORDER BYs.
Public classOrderByExpression
An ORDER BY which orders based on the values of a Sparql Expression.
Public classOrderByVariable
An ORDER BY which orders on the values bound to a particular variable.
Interfaces
  InterfaceDescription
Public interfaceISparqlOrderBy
Interface for classes that represent SPARQL ORDER BY clauses.