Skip to main content
All docs
V23.2

IDBCommandInterceptor.CommandCreated(String, IDbCommand) Method

Creates and returns a command for the current connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void CommandCreated(
    string queryName,
    IDbCommand command
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

command IDbCommand

An SQL statement to execute against a data source.

See Also