Upgrade your Internet Experience
United States - English
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com
Welcome
Sign in
.NET Framework Developer Center
Home
Library
Learn
Downloads
Support
Community
Forums
Printer Friendly Version
Send
Add Content...
Click to Rate and Give Feedback
Give feedback on this content
Switch View
x
Classic
Lightweight Beta
ScriptFree
Switch View
MSDN Library
MSDN
Please Wait
MSDN Library
Please Wait
.NET Development
Please Wait
.NET Framework 3.5
Please Wait
.NET Framework Class Library
Please Wait
System.Data.Services.Client Namespa...
Please Wait
Collapse All
Expand All
Language Filter
Visual Basic
C#
C++
J#
JScript
XAML
F#
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
Microsoft Silverlight 3
Microsoft Visual Studio 2010/.NET Framework 4.0
.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.
Classes
Class
Description
ChangeOperationResponse
Results returned after a call to
SaveChanges
when enumerating operation responses returned by the
DataServiceResponse
class.
DataServiceClientException
Represents errors that occur during execution of ADO.NET Data Services client applications.
DataServiceContext
The
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.
DataServiceQuery
An abstract class that represents a single query request to a data service.
DataServiceQuery
<
(Of
<
(
TElement
>
)
>
)
Represents a single query request to a data service.
DataServiceQueryException
Exception that indicates an error occurred loading the property value from the data service.
DataServiceRequest
Represents request objects submitted as a batch to the data service.
DataServiceRequest
<
(Of
<
(
TElement
>
)
>
)
Represents request objects submitted as a batch to the data service.
DataServiceRequestException
Represents 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.
DataServiceResponse
Represents the response to operations sent to the data service as a result of calling
SaveChanges
.
Descriptor
Abstract class from which
EntityDescriptor
is derived.
EntityDescriptor
Description of modifications done to entities by operations returned in a
DataServiceResponse
.
LinkDescriptor
Provides a description of modifications done to entities by operations returned in a
DataServiceResponse
.
MediaEntryAttribute
Signifies that the specified class is to be treated as a media link entry.
MimeTypePropertyAttribute
Annotates a property on a class that has been annotated with the
MediaEntryAttribute
.
OperationResponse
Abstract class that represents the response of a single query or create, update, or delete operation.
QueryOperationResponse
Represents the responses to a
DataServiceQuery
.
QueryOperationResponse
<
(Of
<
(
T
>
)
>
)
Represents the responses to a
DataServiceQuery
<
(Of
<
(
TElement
>
)
>
)
.
ReadingWritingEntityEventArgs
Gives access to the entity and an
XLinq
object representing an Atom entry.
ReadingWritingEntityEventArgs
is used with the
ReadingEntity
and
WritingEntity
events.
SendingRequestEventArgs
Used with the
SendingRequest
event to provide access to the
HttpWebRequest
instance that the client is about to send to the target data service.
Enumerations
Enumeration
Description
EntityStates
Represents the enumeration that identifies the state of an entity being tracked by the
DataServiceContext
.
MergeOption
Determines the synchronization option for sending or receiving entities to or from a data service.
SaveChangesOptions
Indicates Change options when
SaveChanges
is called.
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Community Content
Add new content
Annotations
|
Edit
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement
|
Site Feedback