IDBCommandInterceptor.CommandCreated(String, IDbCommand) Method
In This Article
Creates and returns a command for the current connection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
void CommandCreated(
string queryName,
IDbCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
query |
String | A String value that specifies the query name. |
command | IDb |
An SQL statement to execute against a data source. |
See Also