Share via


LoadCompletedEventArgs.QueryOperationResponse Property

Definition

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.

Applies to