DataServiceRequest<TElement> Class

Definition

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
DataServiceRequest<TElement>

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.

Applies to