final | |
|---|---|
readonly | |
extends |
QueryPlan |
| Methods | ||
|---|---|---|
public
|
__construct(
EntitySetInterface $target,
?FilterExpression $filter,
SelectList $select,
ExpandList $expand,
OrderByList $orderBy,
?int $top,
?int $skip,
?string $skipToken,
bool $count,
?string $search = null,
list<ComputedProperty> $compute = [],
?int $maxPageSize = null,
?NavigationAnchor $anchor = null,
)
|
# |
| Properties | |||
|---|---|---|---|
public
|
EntitySetInterface
|
$target
|
# |
public
|
?FilterExpression
|
$filter
|
# |
public
|
SelectList
|
$select
|
# |
public
|
ExpandList
|
$expand
|
# |
public
|
OrderByList
|
$orderBy
|
# |
public
|
?int
|
$top
|
# |
public
|
?int
|
$skip
|
# |
public
|
?string
|
$skipToken
|
# |
public
|
bool
|
$count
|
# |
public
|
?string
|
$search
|
# |
public
|
list<ComputedProperty>
|
$compute
|
# |
public
|
?int
|
$maxPageSize
|
# |
public
|
?NavigationAnchor
|
$anchor
|
# |