DataServiceRequest<TElement> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds a Uri and type for the request.
public sealed class DataServiceRequest<TElement> : Microsoft.OData.Client.DataServiceRequest
type DataServiceRequest<'Element> = class
inherit DataServiceRequest
Public NotInheritable Class DataServiceRequest(Of TElement)
Inherits DataServiceRequest
Type Parameters
- TElement
The type to construct for the request results
- Inheritance
Constructors
DataServiceRequest<TElement>(Uri) |
Initializes a new instance of the DataServiceRequest<TElement> class. |
Properties
ElementType |
Gets the type of the object used to create the DataServiceRequest<TElement> instance. |
RequestUri |
Gets the URI object that contains the request string. |
Methods
ToString() |
Represents the URI of the query to the data service. |