DataServiceRequest Class

Definition

Represents request objects submitted as a batch to WCF Data Services.

public ref class DataServiceRequest abstract
public abstract class DataServiceRequest
type DataServiceRequest = class
Public MustInherit Class DataServiceRequest
Inheritance
DataServiceRequest
Derived

Remarks

In a group of queries submitted as a batch to the data service, the queries are specified as DataServiceRequest instances. A DataServiceResponse is returned that represents the response of the batch request as a whole. Individual query responses are represented as QueryOperationResponse objects, derived from OperationResponse, that are accessible by enumerating the DataServiceResponse instance.

Properties

ElementType

Gets the type of object submitted as a batch to the data service.

RequestUri

Gets the URI of the request object submitted to a data service.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Represents the URI of the query to the data service.

Applies to

See also