Search code examples
entity-frameworkvisual-studio-2012oracle11gcode-first

Entity Framework 6 + Code First + Oracle 11g


Is there any way to create 100% the Oracle11g database using EF Code First? And how to trace the Oracle query in SaveChanges?


Solution

  • You can use third party to have a code first solution with oracle and ef 6 one of this providers is DevArt you can read more about the support here Ef6 in devart

    And about the log you can enable log in ef6 as is explained here http://msdn.microsoft.com/pt-br/data/dn469464