IAssignmentPattern Properties |
The IAssignmentPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignExpression |
Gets the Assignment Expression that is used.
| |
| FixedVariables |
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
(Inherited from ITriplePattern.) | |
| FloatingVariables |
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
(Inherited from ITriplePattern.) | |
| HasNoBlankVariables |
Gets whether a Triple Pattern does not contain any Blank Variables.
(Inherited from ITriplePattern.) | |
| IsAcceptAll |
Gets whether the Pattern accepts all.
(Inherited from ITriplePattern.) | |
| PatternType |
Gets the Pattern Type.
(Inherited from ITriplePattern.) | |
| UsesDefaultDataset |
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
(Inherited from ITriplePattern.) | |
| VariableName |
Name of the Variable which is assigned to.
| |
| Variables |
Gets the List of Variables used in the Pattern.
(Inherited from ITriplePattern.) |