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 BaseTriplePatternFixedVariables.) | |
| FloatingVariables | 
            Gets the enumeration of floating variables in the algebra i.e. variables that are not guaranteed to have a bound value.
              (Overrides BaseTriplePatternFloatingVariables.) | |
| HasNoBlankVariables | 
            Returns true as while a sub-query may contain blank node variables they will not be in scope here.
              (Overrides BaseTriplePatternHasNoBlankVariables.) | |
| IsAcceptAll | 
            Returns that the Pattern is not an accept all since it is a Sub-query.
              (Overrides BaseTriplePatternIsAcceptAll.) | |
| PatternType | 
            Gets the pattern type.
              (Overrides BaseTriplePatternPatternType.) | |
| SubQuery | 
            Gets the Sub-Query.
              | |
| UsesDefaultDataset | 
            Gets whether the Sub-query is Thread Safe.
              (Overrides BaseTriplePatternUsesDefaultDataset.) | |
| Variables | 
            Gets the List of Variables used in the Pattern.
              (Inherited from BaseTriplePattern.) |