| SqlDebugLogConnectionOperation Method | 
            Logs the connection operation to the query log.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic static 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
See Also