QueryByAttribute Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains a query that is expressed as a set of attribute and value pairs.
The following tables list the members exposed by the QueryByAttribute type.
Public Constructors
Name | Description | |
---|---|---|
QueryByAttribute | Overloaded. Initializes a new instance of the QueryByAttribute class. |
Top
Public Properties
Name | Description | |
---|---|---|
Attributes | Gets the set of attributes selected in the query. | |
ColumnSet | Gets or sets the column set. | |
EntityName | Gets or sets the logical name of the entity to query. | |
ExtensionData | Gets or sets the structure that contains extra data. (inherited from QueryBase) | |
Orders | Gets 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. | |
TopCount | Gets or sets the number of rows to be returned. | |
Values | Gets the attribute values to look for when the query is executed. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddAttributeValue | Adds an attribute value to the attributes collection. | |
AddOrder | Adds an order to the orders collection. | |
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
QueryByAttribute Class
Microsoft.Xrm.Sdk.Query Namespace
Other Resources
Build Queries with QueryExpression
Sample: Retrieve Multiple with Query By Attribute
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.