Hi Marco,
Could you point me to documentation on writing an ADO.NET Entities provider?
Or even better, could you comment on my problem and advise me what I need to do:
I have an internal API which basically allows me to execute SQL statements and procedures and I would like to use this API with Linq syntax. The SQL syntax supported by this internal API is similar to SQL Server's SQL syntax.
So I could implement,
- "Linq to internal API"
- An ADO.NET Entities provider on top of the internal API
Both options would probably require a lot of work. Initially, I would be happy if I could use Linq to SQL or Linq to Entities with a few "customizations" to take care of differences in SQL syntax, in the actual API call needed to execute SQL commands, types needed etc.
Your comments to this would be highly appreciated!
Thanks
/brian