Search code examples
oracleentity-frameworkodp.netdevartdotconnect

Oracle UDT with EntityFramework Support


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


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