Click or drag to resize

QueryBuilder.OrderBy Method

Overload List
  NameDescription
Public methodOrderBy(String)
Adds ascending ordering by a variable to the query.
Public methodOrderBy(Func<IExpressionBuilder, 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