AbstractDataConnectionLogConnectionOperation Method |
Logs the connection operation to the query log.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void LogConnectionOperation(
string operation,
bool allowBeforeQuery,
IDataConnection conn
)
Parameters
- operation
- Type: SystemString
Connection operation - allowBeforeQuery
- Type: SystemBoolean
If true, the operation is allowed before the query when the query is open - conn
- Type: CMS.DataEngineIDataConnection
Connection around the operation
See Also