SPSqlQueryCounter members
Represents a monitor that tracks information about the SQL queries that are made during an operation. For each query, this monitor tracks the SqlQueryData text, the call stack, and the duration.
The SPSqlQueryCounter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSqlQueryCounter() | Initializes a new instance of the SPSqlQueryCounter class. | |
SPSqlQueryCounter(Int32) | Initializes a new instance of the SPSqlQueryCounter class. This constructor initializes the monitor with a value that is used to increase the value of the ValueIsExcessive property. | |
SPSqlQueryCounter(Int32, Double) |
Top
Properties
Name | Description | |
---|---|---|
Description | ||
FinishedQueries | ||
Name | ||
Namespace | ||
NameValuePairs | ||
QueryCounts | ||
QueryTotalExecutingTime | ||
SqlQueries | ||
TotalDuration | ||
TotalQueryCount | ||
Value | ||
ValueIsExcessive |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | ||
Dispose(Boolean) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RenderValueForWeb | Generates the HTML that is used in the Database Queries section of the Developer Dashboard. | |
Reset | ||
ToString | (Inherited from Object.) |
Top