CapturedSql Class

Definition

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.

Applies to