Question

is there any support for oracle user defined data types with Entityframework 5 or 6 (devart dotConnect or ODP.Net) ?

Was it helpful?

Solution

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/docs/?Objects.html .

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top