QueryExpressionHelper Class (CrmHelpers)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

Specifies all the information needed to perform a query.

The QueryExpressionHelper class exposes the following members.

Constructor Description
QueryExpressionHelper Initializes a new instance of the QueryExpressionHelper class.
Instance Property Description
Columns Specifies the set of entity attributes to retrieve.
Criteria Represents complex condition and logical filter expressions that filter the results of the query.
Distinct Specifies whether the results of the query contain duplicate entity instances.
EntityName Specifies the schema name of the type of entity to retrieve.
LinkEntities Specifies the links between multiple entity types.
Orders Specifies the order in which the entity instances are returned from the query.
PageInfo Specifies the number of pages and the number of entity instances per page returned from the query.
Query Contains the query expression.

Requirements

Filename: queryexpressionhelper.cs

See Also

Reference

© 2010 Microsoft Corporation. All rights reserved.