|
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version. |
QueryExpression Class (CrmService)
![]() |
Retrieves instances of a specific entity type by using a complex query.
The QueryExpression class inherits from QueryBase. It exposes the following members.
| Constructor | Description |
| QueryExpression | Initializes a new instance of the QueryExpression class. |
| Instance Property | Description |
| Criteria | Gets or sets the complex condition and logical filter expressions that filter the results of the query. |
| Distinct | Gets or sets a value that indicates whether the results of the query contain duplicate entity instances. |
| LinkEntities | Gets or sets the links between multiple entity types. |
| Orders | Gets or sets the order in which the entity instances are returned from the query. |
| PageInfo | Gets or sets the number of pages and the number of entity instances per page returned from the query. |
Requirements
Web Service: CrmService
See Also
Concepts
Reference
- CrmService Classes
- FilterExpression Class
- LinkEntity Class
- OrderExpression Class
- PagingInfo Class
- QueryBase Class
© 2010 Microsoft Corporation. All rights reserved.
