SqlDebugLogQueryEndToFile Method |
Logs the end of the query processing.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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