Back to Devexpress

IDashboardControl.CustomDBConnectionInterceptor Property

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-2bce57e9.md

latest1.8 KB
Original Source

IDashboardControl.CustomDBConnectionInterceptor Property

Specifies the IDBConnectionInterceptor object for the Dashboard control.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
IDBConnectionInterceptor CustomDBConnectionInterceptor { get; set; }
vb
Property CustomDBConnectionInterceptor As IDBConnectionInterceptor

Property Value

TypeDescription
IDBConnectionInterceptor

A IDBConnectionInterceptor object.

|

Remarks

Implement IDBConnectionInterceptor to intercept, modify, and/or suppress SQL operations. The list includes low-level database operations such as executing a command or setting a key-value pair in a session context. Once the connection is open, you can store values in the session context and execute any request.

Assign an object that implements the IDBConnectionInterceptor interface to CustomDBConnectionInterceptor to register the interceptor in the Dashboard control.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace