CapturedSql.Text Property
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.
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