Oracle UDT with EntityFramework ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
mhdhammod
Posts: 1
Joined: Mon 14 Apr 2014 13:10

Oracle UDT with EntityFramework ?

Post by mhdhammod » Mon 14 Apr 2014 13:14

Hi,
is there any support for oracle user data types with entityframework 5 or 6 in dotConnect? and what about the same question in ODP.NET ?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Oracle UDT with EntityFramework ?

Post by MariiaI » Wed 16 Apr 2014 07:07

Entity Framework supports only primitive types (http://msdn.microsoft.com/en-us/library/ee382832.aspx) and doesn't support user-defined types (UDT).
We recommend you to work with UDT via plain ADO.NET: http://www.devart.com/dotconnect/oracle ... jects.html .

As for the ODP.NET, please refer to Oracle support with this question: https://community.oracle.com/community/ ... et/odp.net

If you have any further questions regarding working with dotConnect for Oracle, feel free to contact us.

Post Reply