RetrieveMultipleRequest.Query Property
![]() |
Specifies the query for the retrieve multiple operation.
Syntax
[Visual Basic .NET]
Public Property Query As QueryBase
[C#]
public QueryBase Query {get; set;}
Property Value
The value of this property is a QueryBase type.
Remarks
Assign an instance of the class QueryExpression or QueryByAttribute. The query must specify entity names and a columnset. If the column set includes attributes that are not valid for retrieve, they will be ignored.
Requirements
Web Service: CrmService
See Also
Reference
- Building Queries
- RetrieveMultipleRequest Class
.gif)