CapturedSql Miembros
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.
El tipo CapturedSql expone los siguientes miembros.
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | 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 | (Se hereda de Object). |
![]() |
Finalize | (Se hereda de Object). |
![]() |
GetHashCode | (Se hereda de Object). |
![]() |
GetType | (Se hereda de Object). |
![]() |
MemberwiseClone | (Se hereda de Object). |
![]() |
ToString | (Se hereda de Object). |
Principio
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Text | Gets the captured Transact-SQL commands in the buffer. |
Principio
.gif)
.gif)
.gif)