IQueryBuilder Interface |
Namespace: VDS.RDF.Query.Builder
The IQueryBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Prefixes |
Gets the prefix manager, which allows adding prefixes to the query or graph pattern.
| |
| QueryType |
Gets the query type of the generated SPARQL query.
| |
| Root |
Gets the builder associated with the root graph pattern.
| |
| RootGraphPatternBuilder | Obsolete.
Gets the builder associated with the root graph pattern.
|
| 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.
|