Skip to main content
A newer version of this page is available. .
All docs
V23.1

IDBCommandInterceptor.CommandCreated(String, IDbCommand) Method

Creates and returns a command for the current connection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

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