IDashboardControl.CustomDBConnectionInterceptor Property
Specifies the IDBConnectionInterceptor object for the Dashboard control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
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.