Back to Devexpress

LinqServerModeSource Events

corelibraries-devexpress-dot-data-dot-linq-dot-linqservermodesource-dot-underscore-events.md

latest1.4 KB
Original Source

LinqServerModeSource Events

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.

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ExceptionThrownEnables you to manually handle the database exception.
InconsistencyDetectedEnables you to manually handle the inconsistency detected during an operation on a data source.

See Also

LinqServerModeSource Class

LinqServerModeSource Members

DevExpress.Data.Linq Namespace