Click or drag to resize

BindPattern Properties

The BindPattern 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 BaseTriplePatternFixedVariables.)
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 BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns true as a BIND can never contain a Blank Variable.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Returns that this is not an accept all since it is a BIND assignment.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.)
Public propertyUsesDefaultDataset
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePatternUsesDefaultDataset.)
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