BindPattern Properties |
The BindPattern type exposes the following members.
Name | Description | |
---|---|---|
AssignExpression |
Gets the Expression that is used to generate values to be assigned.
| |
FixedVariables |
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.) | |
FloatingVariables |
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.) | |
HasNoBlankVariables |
Returns true as a BIND can never contain a Blank Variable.
(Overrides BaseTriplePatternHasNoBlankVariables.) | |
IsAcceptAll |
Returns that this is not an accept all since it is a BIND assignment.
(Overrides BaseTriplePatternIsAcceptAll.) | |
PatternType |
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.) | |
UsesDefaultDataset |
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePatternUsesDefaultDataset.) | |
VariableName |
Gets the Name of the Variable to which values will be assigned.
| |
Variables |
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.) |