Questions tagged [deferred-execution]

206 questions
12
votes
6 answers

Expose IQueryable Over WCF Service

I've been learning about IQueryable and lazy loading/deferred execution of queries. Is it possible to expose this functionality over WCF? I'd like to expose a LINQ-to-SQL service that returns an IQueryable which I can then perform additional queries…
12
votes
2 answers

Can I use