RetrieveMultipleRequest Class

banner art

Specifies the parameters needed to retrieve a collection of entity instances based on the specified query criteria.

The RetrieveMultipleRequest class inherits from Request. It exposes the following members.

Constructor Description
RetrieveMultipleRequest Initializes a new instance of the RetrieveMultipleRequest class.
Field Description
Query Specifies the query for the retrieve multiple operation.
ReturnDynamicEntities Specifies whether the result of the operation contains a collection of entity instances based on the specified query criteria or the instances of DynamicEntity class.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.