CapturedSql.Add(String) Method
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.
Adds the string to the capture buffer.
public void Add (string sqlStatement);
member this.Add : string -> unit
Public Sub Add (sqlStatement As String)
Parameters
- sqlStatement
- String