-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand
• Optional
expand: Expand
[]
An Array of Expand Objects representing the $expand Query Option value to control which related records need to be returned.
• Optional
filter: string
Use the $filter system query option to set criteria for which entities will be returned.
• Optional
orderBy: string
[]
An Array(of Strings) representing the order in which items are returned using the $orderby system query option.Use the asc or desc suffix to specify ascending or descending order respectively.The default is ascending if the suffix isn't applied.
• Optional
property: string
A name of a single-valued navigation property which needs to be expanded.
• Optional
select: string
[]
An Array(of Strings) representing the $select OData System Query Option to control which attributes will be returned.
• Optional
top: number
Limit the number of results returned by using the $top system query option.Do not use $top with $count!