Click or drag to resize

QueryBuilderOrderBy Method

Overload List
  NameDescription
Public methodOrderBy(String)
Adds ascending ordering by a variable to the query.
Public methodOrderBy(FuncIExpressionBuilder, SparqlExpression)
Adds ascending ordering by an expression to the query.
Public methodOrderBy(SparqlVariable)
Adds ascending ordering by a variable to the query.
Top
See Also