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
Make exception message for ArgumentNullException thrown by 'AseParameter(string,object)' more friendly by including parameterName and an explanation for how to insert null values.
Value=value??thrownewArgumentNullException($"Value for parameter '{parameterName}' cannot be null! If you meant to insert NULL, use DbNull.Value instead.");
0 commit comments