Skip to main content
A newer version of this page is available. .

WcfServerModeSource.Query Property

Specifies the query request to the WCF data service.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

[DefaultValue(null)]
public IQueryable Query { get; set; }

Property Value

Type Default Description
IQueryable null

An IQueryable object that specifies the query request to the WCF data service.

Remarks

Pass the DataServiceQuery<TElement> object to this property.

See Also