ISparqlOrderBy Interface |
Namespace: VDS.RDF.Query.Ordering
The ISparqlOrderBy type exposes the following members.
Name | Description | |
---|---|---|
![]() | Child |
Gets/Sets the Child Ordering that applies if the two Objects are considered equal.
|
![]() | Context |
Sets the Evaluation Context for the Order By.
|
![]() | Descending |
Sets whether the Ordering is Descending.
|
![]() | Expression |
Gets the Expression used to do the Ordering.
|
![]() | IsSimple |
Gets whether the Ordering is simple (i.e. applies on variables only).
|
![]() | Variables |
Gets all the Variables used in the Ordering.
|
Name | Description | |
---|---|---|
![]() | Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from IComparerISet.) |
![]() | GetComparer |
Generates a Comparer than can be used to do Ordering based on the given Triple Pattern.
|