IQueryBuilderOrderBy Method |
Name | Description | |
---|---|---|
OrderBy(String) |
Adds ascending ordering by a variable to the query.
| |
OrderBy(FuncIExpressionBuilder, SparqlExpression) |
Adds ascending ordering by an expression to the query.
| |
OrderBy(SparqlVariable) |
Adds ascending ordering by a variable to the query.
|