Implements #10
When the UseAseDecimal connection parameter is enabled, then the driver should use AseDecimal for all decimal representations.
Otherwise, regular System.Decimal will be used, and the existing SqlDecimal type should be used for to/from byte conversions.
Implements #10 When the
UseAseDecimal
connection parameter is enabled, then the driver should useAseDecimal
for all decimal representations. Otherwise, regularSystem.Decimal
will be used, and the existingSqlDecimal
type should be used for to/from byte conversions.