Slice Properties |
The Slice type exposes the following members.
Name | Description | |
---|---|---|
![]() | DetectFromQuery |
Gets whether the Algebra will detect the Limit and Offset to use from the provided query.
|
![]() | FixedVariables |
Gets the enumeration of fixed variables in the algebra i.e. variables that are guaranteed to have a bound value.
|
![]() | FloatingVariables |
Gets the enumeration of floating variables in the algebra i.e. variables that are not guaranteed to have a bound value.
|
![]() | InnerAlgebra |
Gets the Inner Algebra.
|
![]() | Limit |
Gets the Limit in use (-1 indicates no Limit).
|
![]() | Offset |
Gets the Offset in use (0 indicates no Offset).
|
![]() | Variables |
Gets the Variables used in the Algebra.
|