LoadCompletedEventArgs.QueryOperationResponse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight.
public Microsoft.OData.Client.QueryOperationResponse QueryOperationResponse { get; }
member this.QueryOperationResponse : Microsoft.OData.Client.QueryOperationResponse
Public ReadOnly Property QueryOperationResponse As QueryOperationResponse
Property Value
A QueryOperationResponse that represents the response to a load operation.
Remarks
Accessing this property will throw exception if the Load operation failed or it was canceled.