VDS.RDF.Query.Ordering Namespace |
Namespace containing classes used to order the results of SPARQL queries.
| Class | Description | |
|---|---|---|
| BaseOrderBy |
Base Class for implementing Sparql ORDER BYs.
| |
| OrderByExpression |
An ORDER BY which orders based on the values of a Sparql Expression.
| |
| OrderByVariable |
An ORDER BY which orders on the values bound to a particular variable.
|
| Interface | Description | |
|---|---|---|
| ISparqlOrderBy |
Interface for classes that represent SPARQL ORDER BY clauses.
|