Click or drag to resize

SubQueryPattern Properties

The SubQueryPattern type exposes the following members.

Properties
  NameDescription
Public propertyFixedVariables
Gets the enumeration of fixed variables in the algebra i.e. variables that are guaranteed to have a bound value.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Gets the enumeration of floating variables in the algebra i.e. variables that are not guaranteed to have a bound value.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns true as while a sub-query may contain blank node variables they will not be in scope here.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Returns that the Pattern is not an accept all since it is a Sub-query.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyPatternType
Gets the pattern type.
(Overrides BaseTriplePatternPatternType.)
Public propertySubQuery
Gets the Sub-Query.
Public propertyUsesDefaultDataset
Gets whether the Sub-query is Thread Safe.
(Overrides BaseTriplePatternUsesDefaultDataset.)
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
See Also