Aspectacular.SqlCmdExecutionPlanAspect.ProcessExecutionPlan C# (CSharp) Méthode

ProcessExecutionPlan() protected méthode

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