Click or drag to resize
SqlHelperGetResultsString Method
Gets the results as a string for log.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetResultsString(
	Object result,
	out int totalSize
)

Parameters

result
Type: SystemObject
Result object
totalSize
Type: SystemInt32
Total size of the result

Return Value

Type: String
See Also