Log In
Home
Support
Demos
Documentation
Blogs
Training
Webinars
Welcome to DevExpress .NET Documentation
WinForms Controls
ASP.NET Controls and MVC Extensions
Prerequisites
What's Installed
Common Concepts
ASP.NET WebForms Controls
ASP.NET MVC Extensions
Localization
Redistribution and Deployment
Get More Help
API Reference
DevExpress.Data.Linq
EntityServerModeDataSource Class
EntityServerModeDataSource Members
EntityServerModeDataSource Constructor
EntityServerModeDataSource Properties
EntityServerModeDataSource Events
Deleting Event
ExceptionThrown Event
InconsistencyDetected Event
Inserting Event
Selecting Event
Updating Event
EntityServerModeDataSource Methods
LinqServerModeDataSource Class
LinqServerModeDataSourceEditEventArgs Class
LinqServerModeDataSourceSelectEventArgs Class
DevExpress.Web
DevExpress.Web.ASPxGauges
DevExpress.Web.ASPxGauges.Base
DevExpress.Web.ASPxGauges.Scripts
DevExpress.Web.ASPxHtmlEditor
DevExpress.Web.ASPxHtmlEditor.Localization
DevExpress.Web.ASPxHtmlEditor.Scripts
DevExpress.Web.ASPxPivotGrid
DevExpress.Web.ASPxPivotGrid.Data
DevExpress.Web.ASPxPivotGrid.HtmlControls
DevExpress.Web.ASPxPivotGrid.Scripts
DevExpress.Web.ASPxRichEdit
DevExpress.Web.ASPxRichEdit.Localization
DevExpress.Web.ASPxRichEdit.Scripts
DevExpress.Web.ASPxScheduler
DevExpress.Web.ASPxScheduler.Commands.Dialogs
DevExpress.Web.ASPxScheduler.Controls
DevExpress.Web.ASPxScheduler.Dialogs
DevExpress.Web.ASPxScheduler.Drawing
DevExpress.Web.ASPxScheduler.Localization
DevExpress.Web.ASPxScheduler.Reporting
DevExpress.Web.ASPxScheduler.Scripts
DevExpress.Web.ASPxSpellChecker
DevExpress.Web.ASPxSpellChecker.Localization
DevExpress.Web.ASPxSpellChecker.Scripts
DevExpress.Web.ASPxSpreadsheet
DevExpress.Web.ASPxSpreadsheet.Localization
DevExpress.Web.ASPxSpreadsheet.Scripts
DevExpress.Web.ASPxTreeList
DevExpress.Web.ASPxTreeList.Internal
DevExpress.Web.ASPxTreeList.Localization
DevExpress.Web.ASPxTreeList.Scripts
DevExpress.Web.Captcha
DevExpress.Web.Data
DevExpress.Web.Internal
DevExpress.Web.Localization
DevExpress.Web.Mvc
DevExpress.Web.Mvc.BinderSettings
DevExpress.Web.Mvc.Controllers
DevExpress.Web.MVC.Scripts
DevExpress.Web.Mvc.UI
DevExpress.Web.Office
DevExpress.Web.Office.Internal
DevExpress.Web.Rendering
DevExpress.Web.Scripts
DevExpress.XtraCharts.Web
DevExpress.XtraCharts.Web.Designer
DevExpress.XtraCharts.Web.Scripts
ASP.NET Bootstrap Controls
ASP.NET Core Bootstrap Controls
WPF Controls
Xamarin Controls
Windows 10 App Controls
Document Server
Reporting
Report Server
Dashboard
eXpressApp Framework
CodeRush
CodeRush Classic
Cross-Platform Core Libraries
Tools and Utilities
End-User Documentation
ASP.NET Controls and MVC Extensions
>
DevExpress.Data.Linq
>
EntityServerModeDataSource
EntityServerModeDataSource Events
A data source that can be associated with the Entity Framework source.
Public Events
Show:
Inherited
Name
Description
DataBinding
Occurs when the server control binds to a data source. (Inherited from
System.Web.UI.Control
)
Deleting
Occurs before a delete operation.
Disposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from
System.Web.UI.Control
)
ExceptionThrown
Enables you to manually handle the database exception.
InconsistencyDetected
Enables you to manually handle the inconsistency detected during an operation on a data source.
Init
Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from
System.Web.UI.Control
)
Inserting
Occurs before an insert operation.
Load
Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from
System.Web.UI.Control
)
PreRender
Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from
System.Web.UI.Control
)
Selecting
Enables you to provide a custom data source.
Unload
Occurs when the server control is unloaded from memory. (Inherited from
System.Web.UI.Control
)
Updating
Occurs before an update operation.
Top
See Also
EntityServerModeDataSource Class
EntityServerModeDataSource Members
DevExpress.Data.Linq Namespace
ASPxGridView
Database Server Mode (ASPxGridView)
ASPxPivotGrid
Database Server Mode (ASPxPivotGrid)
LinqServerModeDataSource
Is this topic helpful?
Additional Feedback
Close
Please tell us how you’d like us to improve this topic.
Send