QueryOperationResponse.Query Property

Definition

Gets the DataServiceQuery that generates the QueryOperationResponse items.

public Microsoft.OData.Client.DataServiceRequest Query { get; }
member this.Query : Microsoft.OData.Client.DataServiceRequest
Public ReadOnly Property Query As DataServiceRequest

Property Value

A DataServiceQuery object.

Applies to