I'm currently trialling Entity Framework 4.1 with VS2010 to determine its suitability for our needs. In particular, I'm trying to work out if there's an easy way to load entities from ref cursors returned by Oracle stored procedures.
This Question seems to suggest that to do it using Function Imports requires adding a bunch of metadata information to the .config (less than ideal).
Is there a code-first (code-first as in, pre-existing db defined using POCOs instead of a model) alternative to this path, using an overriding call something like what is discussed here? I have had no success modifying the example to work with Oracle so far, so am wondering if it's a dead end.