CapturedSql Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class CapturedSql
type CapturedSql = class
Public NotInheritable Class CapturedSql
- Inheritance
-
CapturedSql
Properties
Text |
Returns a copy of the string collection that contains the captured SQL statements. The buffer has to be explicitly cleared with Clear. NOTE: According to Dima, no memory will be copied over; will be handled by URT and therefore there is not added overhead. |
Methods
Add(String) |
Adds the string to the capture buffer. |
Clear() |
Clears the capture buffer. |