This documentation is archived and is not being maintained.
OperationResponse Class
Visual Studio 2008
Abstract class that represents the response of a single query or create, update, or delete operation.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The OperationResponse class is used to hold information that is shared between the two response types, but this class is not intended to be used directly by a developer. Instead, this response object should be cast to the specific QueryResponse or ChangesetResponse type that includes additional operation specific data.
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.ChangeOperationResponse
System.Data.Services.Client.QueryOperationResponse
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.ChangeOperationResponse
System.Data.Services.Client.QueryOperationResponse
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: