Back to Devexpress

LinqServerModeSource Class

corelibraries-devexpress-dot-data-dot-linq-cb842e03.md

latest2.8 KB
Original Source

LinqServerModeSource Class

The data source for the GridControl and PivotGridControl that binds these controls to any queryable source (e.g., ‘LINQ to SQL Classes’ or XPQuery<T>) in server mode.

Namespace : DevExpress.Data.Linq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.LinqServerModeSource.bmp")]
public class LinqServerModeSource :
    Component,
    IListSource,
    ISupportInitialize,
    ILinqServerModeFrontEndOwner,
    IDXCloneable,
    IXtraSourceError
vb
<ToolboxBitmap(GetType(ResFinder), "Bitmaps256.LinqServerModeSource.bmp")>
Public Class LinqServerModeSource
    Inherits Component
    Implements IListSource,
               ISupportInitialize,
               ILinqServerModeFrontEndOwner,
               IDXCloneable,
               IXtraSourceError

Remarks

The LinqServerModeSource component allows you to bind the GridControl or PivotGridControl to an IQueryable query provider, and enable server mode. To do this, follow the steps listed below:

Note

The LinqServerModeSource is a read-only data source.

Inheritance

Object MarshalByRefObject Component LinqServerModeSource

See Also

LinqServerModeSource Members

PivotGridControl - Server Mode with LINQ to SQL

DevExpress.Data.Linq Namespace