CapturedSql Members
Include Protected Members
Include Inherited Members
The CapturedSql class represents the Transact-SQL commands that are sent to the instance of SQL Server by way of the referenced connection. However, they are then redirected to a buffer instead of running immediately on the instance of SQL Server.
The CapturedSql type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(String) | Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer. | |
Clear() | Clears the buffer that contains the captured Transact-SQL commands. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top