DataServiceQuery Class
WCF Data Services 5.0
An abstract class that represents a single query request to WCF Data Services.
System.Object
System.Data.Services.Client.DataServiceRequest
System.Data.Services.Client.DataServiceQuery
System.Data.Services.Client.DataServiceQuery(Of TElement)
System.Data.Services.Client.DataServiceRequest
System.Data.Services.Client.DataServiceQuery
System.Data.Services.Client.DataServiceQuery(Of TElement)
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The DataServiceQuery type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ElementType | Gets the type of object submitted as a batch to the data service. (Inherited from DataServiceRequest.) |
![]() | Expression | Represents an expression that contains the query to the data service. |
![]() | Provider | Represents the query provider instance. |
![]() | RequestUri | Gets the URI of the request object submitted to a data service. (Inherited from DataServiceRequest.) |
| Name | Description | |
|---|---|---|
![]() | BeginExecute | Asynchronously sends a request to execute the data service query. |
![]() | EndExecute | Called to complete the asynchronous operation of executing a data service query. |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes the query against the data service.Not supported by the WCF Data Services 5.0 client for Silverlight. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator | Gets the IEnumerator object that can be used to iterate through the collection returned by the query. |
No public constructors are defined on this class. Object instances are created by using CreateQuery``1(Uri) or CreateQuery(Of T) on the DataServiceContext class.
Show:
