Share via


StoredProcedureExecuteResponse<T>.ScriptLog Property

Definition

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

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

Property Value

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

Applies to

See also