Skip to main content
All docs
V25.1
  • IDBCommandInterceptor.CommandCreated(String, IDbCommand) Method

    Creates and returns a command for the current connection.

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v25.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