QueryBatchGetRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a request to get a list of queries
[System.Runtime.Serialization.DataContract]
public class QueryBatchGetRequest
type QueryBatchGetRequest = class
Public Class QueryBatchGetRequest
- Inheritance
-
QueryBatchGetRequest
- Attributes
Constructors
| QueryBatchGetRequest() |
Properties
| ErrorPolicy |
The flag to control error policy in a query batch request. Possible options are { Fail, Omit }. |
| Expand |
The expand parameters for queries. Possible options are { None, Wiql, Clauses, All, Minimal } |
| Ids |
The requested query ids |