DataServiceQuery<TElement> Methods
July 26, 2012
The DataServiceQuery<TElement> type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddQueryOption | Creates a new DataServiceQuery<TElement> that includes the query option in the URI that is generated by the returned query. |
|
BeginExecute | Starts an asynchronous network operation that executes the query that is represented by this object instance. |
|
EndExecute | Ends an asynchronous query request to an Open Data Protocol (OData) service. |
|
Equals | (Inherited from Object.) |
|
Expand | Creates a new DataServiceQuery<TElement> that includes the expand option in the URI that is generated by the returned query. |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IncludeTotalCount | Requests that the count of all entities in the entity set be returned inline with the query results. |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | Represents the URI of the query to the Open Data Protocol (OData) service. (Overrides DataServiceRequest.ToString().) |
| Name | Description | |
|---|---|---|
|
IEnumerable<TElement>.GetEnumerator | Executes the query and returns the result as a collection. |
|
IEnumerable.GetEnumerator | Executes the query and returns the results as a collection. |