SPSqlQueryCounter.RenderValueForWeb Method
Generates the HTML that is used in the Database Queries section of the Developer Dashboard.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function RenderValueForWeb As String
'Usage
Dim instance As SPSqlQueryCounter
Dim returnValue As String
returnValue = instance.RenderValueForWeb()
public string RenderValueForWeb()
Return Value
Type: System.String
A string containing the HTML to be used in the Database Queries section of the Developer Dashboard.
Implements
ISPPerformanceMonitor.RenderValueForWeb()