Aspectacular.SqlCmdExecutionPlanAspect.ProcessExecutionPlan C# (CSharp) Method

ProcessExecutionPlan() protected method

Do something with the execution plan. Default action is to log it.
protected ProcessExecutionPlan ( string executionPlan ) : void
executionPlan string
return void
        protected virtual void ProcessExecutionPlan(string executionPlan)
        {
            this.LogInformationData("T-SQL Execution Plan", executionPlan);
        }