Here's my reqiurements:
- Supports C#
- Supports Oracle
- Supports LINQ
- Has ability to map business objects to database tables (not necessarily a 1-to-1 mapping)
I know an Oracle Entity Framework provider would support all these, but I've been told that making the custom mappings is not very easy.
What would you suggest?