Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Data.Services.Client Namespace

Represents the .NET client library that applications can use to interact with ADO.NET Data Services.

  ClassDescription
Public classChangeOperationResponseResults returned after a call to SaveChanges when enumerating operation responses returned by the DataServiceResponse class.
Public classDataServiceClientExceptionRepresents errors that occur during execution of ADO.NET Data Services client applications.
Public classDataServiceContextThe DataServiceContext represents the runtime context of an ADO.NET data service. ADO.NET Data Services are stateless, but the DataServiceContext is not. State on the client is maintained between interactions in order to support features such as update management. This class, and the DataServiceQuery class that represents a particular HTTP request to a data service, are the two main classes in the client library.
Public classDataServiceQueryAn abstract class that represents a single query request to a data service.
Public classDataServiceQuery<(Of <(TElement>)>)Represents a single query request to a data service.
Public classDataServiceQueryExceptionException that indicates an error occurred loading the property value from the data service.
Public classDataServiceRequestRepresents request objects submitted as a batch to the data service.
Public classDataServiceRequest<(Of <(TElement>)>)Represents request objects submitted as a batch to the data service.
Public classDataServiceRequestExceptionRepresents the error thrown if the data service returns a response code less than 200 or greater than 299, or the top-level element in the response is <error>. This class cannot be inherited.
Public classDataServiceResponseRepresents the response to operations sent to the data service as a result of calling SaveChanges.
Public classDescriptorAbstract class from which EntityDescriptor is derived.
Public classEntityDescriptorDescription of modifications done to entities by operations returned in a DataServiceResponse.
Public classLinkDescriptorProvides a description of modifications done to entities by operations returned in a DataServiceResponse.
Public classMediaEntryAttributeSignifies that the specified class is to be treated as a media link entry.
Public classMimeTypePropertyAttributeAnnotates a property on a class that has been annotated with the MediaEntryAttribute.
Public classOperationResponseAbstract class that represents the response of a single query or create, update, or delete operation.
Public classQueryOperationResponseRepresents the responses to a DataServiceQuery.
Public classQueryOperationResponse<(Of <(T>)>)Represents the responses to a DataServiceQuery<(Of <(TElement>)>).
Public classReadingWritingEntityEventArgsGives access to the entity and an XLinq object representing an Atom entry. ReadingWritingEntityEventArgs is used with the ReadingEntity and WritingEntity events.
Public classSendingRequestEventArgsUsed with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service.
  EnumerationDescription
Public enumerationEntityStatesRepresents the enumeration that identifies the state of an entity being tracked by the DataServiceContext.
Public enumerationMergeOptionDetermines the synchronization option for sending or receiving entities to or from a data service.
Public enumerationSaveChangesOptionsIndicates Change options when SaveChanges is called.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker