Skip to main content
All docs
V23.2

DashboardConfigurator.SetDBCommandInterceptor(IDBCommandInterceptor) Method

Registers IDBCommandInterceptor in DashboardConfigurator.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public void SetDBCommandInterceptor(
    IDBCommandInterceptor dbCommandInterceptor
)

Parameters

Name Type Description
dbCommandInterceptor IDBCommandInterceptor

An IDBCommandInterceptor object.

Remarks

Dashboard controls execute a variety of SQL statements against the database. Implement IDBCommandInterceptor to intercept these data source commands. You can suppress a command or modify the execution algorithm.

See Also