GraphPatternBuilder Class |
[Missing <summary> documentation for "T:VDS.RDF.Query.Builder.GraphPatternBuilder"]
Namespace: VDS.RDF.Query.Builder
The GraphPatternBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | GraphPatternBuilder() |
Creates a builder of a normal graph patterns.
|
![]() | GraphPatternBuilder(GraphPatternType) |
Creates a builder of a graph pattern.
|
Name | Description | |
---|---|---|
![]() | Bind |
Adds a BIND variable assignment to the graph pattern.
|
![]() | Child(GraphPatternBuilder) |
Adds a "normal" child graph pattern.
|
![]() | Child(Action<IGraphPatternBuilder>) |
Adds a "normal" child graph pattern.
|
![]() | Child(IQueryBuilder) |
Adds a "normal" child graph pattern.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Filter(Func<INonAggregateExpressionBuilder, BooleanExpression>) |
Adds a FILTER to the SPARQL query or graph pattern.
|
![]() | Filter(ISparqlExpression) |
Adds a FILTER expression to the SPARQL query or graph pattern.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Graph(String, Action<IGraphPatternBuilder>) |
Adds a GRAPH graph pattern to the graph pattern.
|
![]() | Graph(Uri, Action<IGraphPatternBuilder>) |
Adds a GRAPH graph pattern to the graph pattern.
|
![]() | Group(GraphPatternBuilder) |
Adds another child graph pattern builder.
|
![]() | Group(Action<IGraphPatternBuilder>) |
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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | 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(Action<IGraphPatternBuilder>,Action<IGraphPatternBuilder>[]) |
Creates a UNION of multiple graph patterns. If unionedGraphPatternBuilders is null or empty,
acts as a call to the Child(Action<IGraphPatternBuilder> ) method.
|
![]() | Where(ITriplePattern[]) |
Adds triple patterns to the SPARQL query or graph pattern.
|
![]() | Where(Action<ITriplePatternBuilder>) |
Adds triple patterns to the SPARQL query or graph pattern.
|