Im using Devart dotConnect for Oracle - Entity Framework + .NET 3.5. When I create Entities, the structure changes these colors (1) type numbers to bool. I read that this is a feature of all kinds of entities. But I do not want this .. We use the number (1) here to indicate the status of the db object .. as Clients - Situation.
I tried manually setting .ssdl "bool" to "int" and .csdl "Boolean" to "Int32" .. it just keeps the same conversion error ... if I use the "Run Custom Tool", it changes the field to bool and boolean.
I tried to change the property manually on the diagram too. without sucess.
source share