SubQueryPattern Properties |
The SubQueryPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedVariables |
Gets the enumeration of fixed variables in the algebra i.e. variables that are guaranteed to have a bound value.
(Overrides BaseTriplePattern.FixedVariables.) |
![]() | FloatingVariables |
Gets the enumeration of floating variables in the algebra i.e. variables that are not guaranteed to have a bound value.
(Overrides BaseTriplePattern.FloatingVariables.) |
![]() | HasNoBlankVariables |
Returns true as while a sub-query may contain blank node variables they will not be in scope here.
(Overrides BaseTriplePattern.HasNoBlankVariables.) |
![]() | IsAcceptAll |
Returns that the Pattern is not an accept all since it is a Sub-query.
(Overrides BaseTriplePattern.IsAcceptAll.) |
![]() | PatternType |
Gets the pattern type.
(Overrides BaseTriplePattern.PatternType.) |
![]() | SubQuery |
Gets the Sub-Query.
|
![]() | UsesDefaultDataset |
Gets whether the Sub-query is Thread Safe.
(Overrides BaseTriplePattern.UsesDefaultDataset.) |
![]() | Variables |
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.) |