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
Currently, a command can be executed against a closed connection and that command will succeed. Suggest simulating the real behavior of DbConnections which would throw a System.InvalidOperationException unless the connection is open.