How can we help you today? How can we help you today?

Capturing asynchronous database calls.

Within our application we will occasionally run a sql command using the .BeginExecuteReader() method and in my profiling these queries don't show up when I select Database Calls. Is there any way to have Ants pick these up without modifying our code?
Madillj
0

Comments

1 comment

  • Jessica R
    I'm afraid there's no way to profile those asynchronous database calls at the moment as the profiler currently doesn't pick up on BeginExecuteReader() calls. :/ Only standard Execute commands like ExecuteReader can be profiled.

    Apologies for the inconvenience!
    Jessica R
    0

Add comment

Please sign in to leave a comment.