StoredProcedureResponse<TValue>.ScriptLog Property

Definition

Gets the output from stored procedure console.log() statements.

public string ScriptLog { get; }
member this.ScriptLog : string
Public ReadOnly Property ScriptLog As String

Property Value

Output from console.log() statements in a stored procedure.

Implements

Applies to

See also