Changing Mapping tables

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
nross
Posts: 2
Joined: Tue 22 Mar 2011 15:01

Changing Mapping tables

Post by nross » Tue 22 Mar 2011 15:08

Hi,

After reading this thread (http://www.devart.com/forums/viewtopic.php?t=15604), I am dreaming of a way to modifiy the Oracle to .NET types mapping table.

Why ? Because I find very annoying that NUMBER(1,0) is mapped as boolean.

Of course I can mannualy change it. But I have do to this operation each time I make updates on my EDMX.

Anyone can help ?

Regards,

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 23 Mar 2011 09:24

Take a look at our new Entity Framework support UserVoice:
We have added the "Make EDM Wizard process NUMBER columns according to NumberMappings in the connection string" feature.
I recommend you to vote for this and other suggestions there.

nross
Posts: 2
Joined: Tue 22 Mar 2011 15:01

Post by nross » Wed 23 Mar 2011 10:18

Done :)

Post Reply