Hi Silvio,
Thanks for the reply.
However, what we want to accomplish in our Architecture is being Database Agnostic.
Meaning, we only want to write LINQ to Devforce in our Business Rules codes and Devforce/EntityFramework will handle it for us in connecting to a different database.
The problem is that if we create some SP for SQL Server, we will repeat all those scripts and convert to Oracle for instance, we don't want that to happen.
So what I'm asking is that, do you think in the future releases of Devforce or Entity Framework, you guys will develop an Update or Delete functionality without querying first the entities needed?
Our primary concern right now is performance and being database agnostic.
Btw:
We want to be database agnostic because we want our prospects or clients to use their existing resources or having the freedom to choose whatever database they want to (SQL Server is default) without affecting our codes and I believe that's what EF4 and Devforce comes into play. :)
Thanks,
Von