A newer version of this page is available.
Switch to the current version.
ODataServerModeSource.Query Property
Specifies the query request to the OData service.
Namespace: DevExpress.Data.ODataLinq
Assembly: DevExpress.Data.v18.2.dll
Declaration
[DefaultValue(null)]
public IQueryable Query { get; set; }
<DefaultValue(Nothing)>
Public Property Query As IQueryable
Property Value
Type | Default | Description |
---|---|---|
IQueryable | null |
An IQueryable object that specifies the query request to the OData service. |
Remarks
Pass the Microsoft.OData.Client.DataServiceQuery<T> object to this property (see OData Client for .NET).
Implements
DevExpress.Data.ODataLinq.Helpers.IODataServerModeFrontEndOwner.Query
See Also
Feedback