I am using DotConnect by Devart Oracle Edition Professional 8.4.215.0 to access tables in an Oracle database. I'm running into an issue where the auto generated code is interpreting NUMBER(3,0) data type as a boolean. I intended it to be values from 0 to 9.
Is there a way to force the auto generated code construction to assign these as integers rather than boolean?
Edit
I manually changed them in the Designer.cs file and it seems to be working without a hitch, but I would prefer not editing this file.
We recommend you to use Entity Developer (the Devart Entity Model item, *.edml) instead of EDM Designer (the ADO.NET Entity Data Model item, *.edmx) because it is adjusted for working with Oracle and has an advanced functionality: http://www.devart.com/entitydeveloper/ed-vs-edm.html .
Does this help?