예제 #1
0
 static internal SqlStatistics StartTimer(SqlStatistics statistics) {
     if ((null != statistics) && !statistics.RequestExecutionTimer()) {
         // we're re-entrant -- don't bother.
         statistics = null;
     }
     return statistics;
 }
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((statistics != null) && !statistics.RequestExecutionTimer())
     {
         statistics = null;
     }
     return(statistics);
 }
예제 #3
0
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((null != statistics) && !statistics.RequestExecutionTimer())
     {
         // we're re-entrant -- don't bother.
         statistics = null;
     }
     return(statistics);
 }
 internal static SqlStatistics StartTimer(SqlStatistics statistics)
 {
     if ((statistics != null) && !statistics.RequestExecutionTimer())
     {
         statistics = null;
     }
     return statistics;
 }