Click or drag to resize
SqlDebugLogConnectionOperation Method
Logs the connection operation to the query log.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public 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