You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have this code that is creating a SqlCommand and then attaching an EventHandler to the StatementCompleted event. But this event is never being fired after calling ExecuteReaderAsync.
I've tried changing SET NOCOUNT and different types of queries but nothing changes.
Describe the bug
We have this code that is creating a SqlCommand and then attaching an EventHandler to the StatementCompleted event. But this event is never being fired after calling ExecuteReaderAsync.
I've tried changing SET NOCOUNT and different types of queries but nothing changes.
Further technical details
Microsoft.Data.SqlClient version: 1.0.19249.1
.NET target: Core 2.0.0
Operating system: Windows 10 1903
The text was updated successfully, but these errors were encountered: