IGraphPatternBuilder Methods |
The IGraphPatternBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bind |
Adds a BIND variable assignment to the graph pattern.
|
![]() | Child(GraphPatternBuilder) |
Adds a "normal" child graph pattern.
|
![]() | Child(ActionIGraphPatternBuilder) |
Adds a "normal" child graph pattern.
|
![]() | Child(IQueryBuilder) |
Adds a "normal" child graph pattern.
|
![]() | Filter(FuncINonAggregateExpressionBuilder, BooleanExpression) |
Adds a FILTER to the SPARQL query or graph pattern.
|
![]() | Filter(ISparqlExpression) |
Adds a FILTER expression to the SPARQL query or graph pattern.
|
![]() | Graph(String, ActionIGraphPatternBuilder) |
Adds a GRAPH graph pattern to the graph pattern.
|
![]() | Graph(Uri, ActionIGraphPatternBuilder) |
Adds a GRAPH graph pattern to the graph pattern.
|
![]() | Group(GraphPatternBuilder) |
Adds another child graph pattern builder.
|
![]() | Group(ActionIGraphPatternBuilder) |
Adds another child graph pattern builder.
|
![]() | InlineData |
Adds a VALUES inline data block to the graph pattern.
|
![]() | Minus |
Adds a MINUS graph pattern to the SPARQL query or graph pattern.
|
![]() | Optional |
Adds an OPTIONAL graph pattern to the SPARQL query or graph pattern.
|
![]() | Service |
Adds a SERVICE graph pattern to the graph pattern.
|
![]() | Union(GraphPatternBuilder, GraphPatternBuilder) |
Creates a UNION of multiple graph patterns. If unionedGraphPatternBuilders is null or empty,
acts as a call to the Child(GraphPatternBuilder) method.
|
![]() | Union(ActionIGraphPatternBuilder, ActionIGraphPatternBuilder) |
Creates a UNION of multiple graph patterns. If unionedGraphPatternBuilders is null or empty,
acts as a call to the Child(ActionIGraphPatternBuilder) method.
|
![]() | Where(ITriplePattern) |
Adds triple patterns to the SPARQL query or graph pattern.
|
![]() | Where(ActionITriplePatternBuilder) |
Adds triple patterns to the SPARQL query or graph pattern.
|