Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DataServiceQuery that generates the QueryOperationResponse items.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Query As DataServiceRequest
Get
'Usage
Dim instance As QueryOperationResponse
Dim value As DataServiceRequest
value = instance.Query
public DataServiceRequest Query { get; }
public:
property DataServiceRequest^ Query {
DataServiceRequest^ get ();
}
member Query : DataServiceRequest
function get Query () : DataServiceRequest
Property Value
Type: System.Data.Services.Client.DataServiceRequest
A DataServiceQuery object.