How to Cancel Linq Query
Posted: Mon 09 Aug 2010 06:49
Hi,
It's possible to cancel a linq query?
If I use a OracleCommand and DataReader I can send a cancel().
I try
var Artikel = Manager.V003MATCH.AsParallel().WithCancellation(cs.Token);
the query is canceled to late
Regards
It's possible to cancel a linq query?
If I use a OracleCommand and DataReader I can send a cancel().
I try
var Artikel = Manager.V003MATCH.AsParallel().WithCancellation(cs.Token);
the query is canceled to late
Regards