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
Current legacy driver support passing in values of 1,"True", true when it comes to setting up AseParameter with AseDbType.Bit type.
AseParameter.Value should support String/Int/bool typed when AseParameter.AseDbType is of type AseDbType.Bit and would convert the equivalent Boolean value accordingly before hitting the database.
The text was updated successfully, but these errors were encountered:
To continue the idea of drop in replacement,
Current legacy driver support passing in values of 1,"True", true when it comes to setting up AseParameter with AseDbType.Bit type.
AseParameter.Value should support String/Int/bool typed when AseParameter.AseDbType is of type AseDbType.Bit and would convert the equivalent Boolean value accordingly before hitting the database.
The text was updated successfully, but these errors were encountered: