예제 #1
0
 static internal void StopTimer(SqlStatistics statistics)
 {
     if (null != statistics)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
예제 #2
0
 static internal void StopTimer(SqlStatistics statistics)
 {
     if (null != statistics)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
 internal static void StopTimer(SqlStatistics statistics)
 {
     if (statistics != null)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }
 internal static void StopTimer(SqlStatistics statistics)
 {
     if (statistics != null)
     {
         statistics.ReleaseAndUpdateExecutionTimer();
     }
 }