Aspectacular.SqlCmdExecutionPlanAspect.ProcessExecutionPlan C# (CSharp) Метод

ProcessExecutionPlan() защищенный Метод

Do something with the execution plan. Default action is to log it.
protected ProcessExecutionPlan ( string executionPlan ) : void
executionPlan string
Результат void
        protected virtual void ProcessExecutionPlan(string executionPlan)
        {
            this.LogInformationData("T-SQL Execution Plan", executionPlan);
        }