IQueryBuilder Methods |
The IQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
Bind |
Adds a BIND variable assignment to the root graph pattern.
| |
BuildQuery |
Builds and returns a SparqlQuery.
| |
GroupBy(String) |
Adds a GROUP BY clause to the query.
| |
GroupBy(FuncINonAggregateExpressionBuilder, SparqlExpression) |
Adds a GROUP BY clause to the query.
| |
GroupBy(SparqlVariable) |
Adds a GROUP BY clause to the query.
| |
Having |
Adds a HAVING clause to the query.
| |
InlineDataOverQuery |
Adds a VALUES inline data block to the entire query (outside graph patterns).
| |
Limit |
Applies a LIMIT.
| |
Offset |
Applies an OFFSET.
| |
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.
| |
OrderByDescending(String) |
Adds descending ordering by a variable to the query.
| |
OrderByDescending(FuncIExpressionBuilder, SparqlExpression) |
Adds descending ordering by an expression to the query.
| |
OrderByDescending(SparqlVariable) |
Adds descending ordering by a variable to the query.
|