Share via


StreamingQuery.Explain(Boolean) Method

Definition

Prints the physical plan to the console for debugging purposes.

public void Explain (bool extended = false);
member this.Explain : bool -> unit
Public Sub Explain (Optional extended As Boolean = false)

Parameters

extended
Boolean

Whether to do extended explain or not

Applies to