SqlHelperGetResultsString Method |
Gets the results as a string for log.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also