IStoredProcedureResponse<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.

Remarks

This is exposed for mocking purposes for the Azure DocumentDB database service.