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 BaseTriplePattern.FixedVariables.) |
![]() | 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 BaseTriplePattern.FloatingVariables.) |
![]() | HasNoBlankVariables |
Returns true as a BIND can never contain a Blank Variable.
(Overrides BaseTriplePattern.HasNoBlankVariables.) |
![]() | IsAcceptAll |
Returns that this is not an accept all since it is a BIND assignment.
(Overrides BaseTriplePattern.IsAcceptAll.) |
![]() | PatternType |
Gets the Pattern Type.
(Overrides BaseTriplePattern.PatternType.) |
![]() | UsesDefaultDataset |
Gets whether the Pattern uses the Default Dataset.
(Overrides BaseTriplePattern.UsesDefaultDataset.) |
![]() | 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.) |