Page 1 of 1

Oracle UDT with EntityFramework ?

Posted: Mon 14 Apr 2014 13:14
by mhdhammod
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 ?

Re: Oracle UDT with EntityFramework ?

Posted: Wed 16 Apr 2014 07:07
by MariiaI
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.