GraphPattern Properties |
The GraphPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildGraphPatterns |
Gets the Child Graph Patterns of this Pattern.
| |
| Filter |
Gets/Sets the FILTER that applies to this Graph Pattern.
| |
| GraphSpecifier |
Gets/Sets the Graph Specifier that applies to this Graph Pattern.
| |
| HasChildGraphPatterns |
Checks whether this Pattern has any Child Graph Patterns.
| |
| HasInlineData |
Gets whether this Graph Pattern contains an Inline Data block (VALUES clause).
| |
| HasModifier |
Determines whether the Graph Pattern has any kind of Modifier (GRAPH, MINUS, OPTIONAL etc) applied.
| |
| InlineData |
Gets the inline data (VALUES block if any).
| |
| IsEmpty |
Gets whether this is an empty Graph Pattern.
| |
| IsExists |
Gets/Sets whether the Graph Pattern is an EXISTS clause.
| |
| IsFiltered |
Gets/Sets whether the Graph Pattern is Filtered.
| |
| IsGraph |
Gets/Sets whether the Graph Pattern operates on a specific Graph.
| |
| IsMinus |
Gets/Sets whether the Graph Pattern is a MINUS clause.
| |
| IsNotExists |
Gets/Sets whether the Graph Pattern is a NOT EXISTS clause.
| |
| IsOptimised |
Gets whether Optimisation has been applied to this query.
| |
| IsOptional |
Gets/Sets whether the Graph Pattern is Optional.
| |
| IsService |
Gets/Sets whether the Graph Pattern is a SERVICE clause.
| |
| IsSilent |
Gets whether Evaluation Errors in this Graph Pattern are suppressed (currently only valid with SERVICE).
| |
| IsSubQuery |
Gets whether this Graph Pattern is a Sub-query which can be simplified.
| |
| IsUnion |
Gets/Sets whether the Graph Pattern is a Union of its Child Graph Patterns.
| |
| TriplePatterns |
Gets the Triple Patterns in this Pattern.
| |
| UnplacedAssignments |
Gets the enumeration of LET assignments that are in this Graph Pattern which will be placed appropriately later.
| |
| UnplacedFilters |
Gets the enumeration of Filters that apply to this Graph Pattern which will have yet to be placed within the Graph Pattern.
| |
| UsesDefaultDataset |
Gets whether the Graph Pattern uses the Default Dataset.
| |
| Variables |
Gets the Variables used in the Pattern.
|