Click or drag to resize
GeneralConnectionLogQueryStart Method
Logs query start. Logs the query to the file and to current request log for debugging.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void LogQueryStart(
	QueryParameters query,
	IDataConnection conn
)

Parameters

query
Type: CMS.DataEngineQueryParameters
Query
conn
Type: CMS.DataEngineIDataConnection
Connection for the query execution

Return Value

Type: 
Returns the new log item
See Also