StoredProcedureResponse<TValue>.ScriptLog Property

Definition

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

public string ScriptLog { get; }
Property Value

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