final | |
|---|---|
readonly | |
extends |
QueryPlan |
Plan for accessing a single property value: /EntitySet(key)/property
Optionally suffixed with /$value for raw value access.
| Methods | ||
|---|---|---|
public
|
__construct(EntitySetInterface $target, KeyExpression $key, PropertyInterface $property, bool $rawValue)
|
# |
| Properties | |||
|---|---|---|---|
public
|
EntitySetInterface
|
$target
|
# |
public
|
KeyExpression
|
$key
|
# |
public
|
PropertyInterface
|
$property
|
# |
public
|
bool
|
$rawValue
|
# |