CapturedSql.Text Property

Definition

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.

public System.Collections.Specialized.StringCollection Text { get; }
member this.Text : System.Collections.Specialized.StringCollection
Public ReadOnly Property Text As StringCollection

Property Value

Applies to