DataServiceQuery<TElement> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataServiceQuery<TElement> type exposes the following members.

Properties

  Name Description
Public property ElementType Returns the type of the object used in the template to create the DataServiceQuery instance. (Overrides DataServiceRequest.ElementType.)
Public property Expression Represents an expression that contains the query to the data service. (Overrides DataServiceQuery.Expression.)
Public property Provider Represents the query provider instance. (Overrides DataServiceQuery.Provider.)
Public property RequestUri Gets the URI for the query. (Overrides DataServiceRequest.RequestUri.)

Top