Skip to main content

WcfServerModeSource.Query Property

Specifies the query request to the WCF data service.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public IQueryable Query { get; set; }

Property Value

Type Description
IQueryable

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

Remarks

Pass the DataServiceQuery<TElement> object to this property.

See Also