Exemplo n.º 1
0
 static internal void StopTimer(SqlStatistics statistics)
 {
     if (null != statistics)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }