Click or drag to resize
SqlDebugLogQueryEndToFile Method
Logs the end of the query processing.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void LogQueryEndToFile(
	Object result,
	ref string resultsString,
	ref int totalSize
)

Parameters

result
Type: SystemObject
Result object
resultsString
Type: SystemString
Returning the results string
totalSize
Type: SystemInt32
Returning the total size of results
See Also