Back to Devexpress

EntityServerModeDataSource.QueryableSource Property

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-entityservermodedatasource-cfa19092.md

latest1.5 KB
Original Source

EntityServerModeDataSource.QueryableSource Property

Gets or sets the queryable data source. This is a dependency property.

Namespace : DevExpress.Xpf.Core.ServerMode

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IQueryable QueryableSource { get; set; }
vb
Public Property QueryableSource As IQueryable

Property Value

TypeDescription
IQueryable

An object that implements the IQueryable interface.

|

Remarks

Use the QueryableSource property to supply a queryable source that is connected to the required data store. For an example, see Entity Framework 4.0+ Server Mode.

See Also

EntityServerModeDataSource Class

EntityServerModeDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace