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
When provding a nullable type in the GetScalar method, It would be nifty if the method didn't throw an exception in case of no rows, but instead returned a null. This seems to be the behavior as well of the standard .Net SQL client.