/// <summary>
 /// Returns all currently open commands on this connection
 /// </summary>
 public SqlTiming[] GetInProgressCommands()
 {
     return(SqlProfiler == null ? null : SqlProfiler.GetInProgressCommands());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns all currently open commands on this connection
 /// </summary>
 public SqlTiming[] GetInProgressCommands()
 {
     return(SqlProfiler?.GetInProgressCommands());
 }