We are about to implementing IQuaeryable provider for some data source. Linq to SQL, for example translates query to SQL. The question is how to handle a case in the implementaion where different data source type for example SQL-based and not SQL based are present in the same query (for example in a join query)?
Read More...