This topic has not yet been rated - Rate this topic

DataServiceQuery<TElement> Methods

July 26, 2012

The DataServiceQuery<TElement> type exposes the following members.

  NameDescription
Public method AddQueryOption Creates a new DataServiceQuery<TElement> that includes the query option in the URI that is generated by the returned query.
Public method BeginExecute Starts an asynchronous network operation that executes the query that is represented by this object instance.
Public method EndExecute Ends an asynchronous query request to an Open Data Protocol (OData) service.
Public method Equals (Inherited from Object.)
Public method Expand Creates a new DataServiceQuery<TElement> that includes the expand option in the URI that is generated by the returned query.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IncludeTotalCount Requests that the count of all entities in the entity set be returned inline with the query results.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Represents the URI of the query to the Open Data Protocol (OData) service. (Overrides DataServiceRequest.ToString().)
Top
  NameDescription
Explicit interface implemetation Private method IEnumerable<TElement>.GetEnumerator Executes the query and returns the result as a collection.
Explicit interface implemetation Private method IEnumerable.GetEnumerator Executes the query and returns the results as a collection.
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.