Click or drag to resize

LetPattern Properties

The LetPattern type exposes the following members.

Properties
  NameDescription
Public propertyAssignExpression
Gets the Expression that is used to generate values to be assigned.
Public propertyFixedVariables
Returns an empty enumeration as any evaluation error will result in an unbound value so we can't guarantee any variables are bound.
(Overrides BaseTriplePattern.FixedVariables.)
Public propertyFloatingVariables
Returns the variable being assigned to as any evaluation error will result in an unbound value so we can't guarantee it is bound.
(Overrides BaseTriplePattern.FloatingVariables.)
Public propertyHasNoBlankVariables
Returns true as a LET can never contain Blank Nodes.
(Overrides BaseTriplePattern.HasNoBlankVariables.)
Public propertyIsAcceptAll
Returns that this is not an accept all since it is a LET assignment.
(Overrides BaseTriplePattern.IsAcceptAll.)
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePattern.PatternType.)
Public propertyUsesDefaultDataset
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePattern.UsesDefaultDataset.)
Public propertyVariableName
Gets the Name of the Variable to which values will be assigned.
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
See Also