IDBCommandInterceptor.CommandCreated(String, IDbCommand) Method
Creates and returns a command for the current connection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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