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)
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()