AdoNetCore.AseClient
AdoNetCore.AseClient copied to clipboard
AseParameter.Value should support String/Int/bool type for when it comes to AseDbType.Bit
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.