LinQConnect & Async

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

LinQConnect & Async

Post by Zero-G. » Thu 07 Nov 2013 15:13

Hey
Maybe, I miss something, but I can't find any Async possibilities, when I work with LinQ.

Is it still supported and I can't find it, or are there plans to Support it?
I am looking for something like this:

Code: Select all

Dim myResult = (From myQuery in DataContext.customers).ExecuteAsync
Thx for your advise

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: LinQConnect & Async

Post by MariiaI » Fri 08 Nov 2013 13:13

No, it is not supported in LinqConnect. We will consider the possibility to add this support, but we can't tell any timeframe at the moment. We will inform you about the results as soon as any are available.
JIC: Async methods, such as ToListAsync(),etc., are supported in LinqConnect for Metro.

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: LinQConnect & Async

Post by Zero-G. » Fri 15 Aug 2014 12:13

Hey

Is there any Kind of News to the Async Extension?

THX

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: LinQConnect & Async

Post by MariiaI » Fri 15 Aug 2014 12:52

We are investigating the possibility of adding this support, however we can't tell any timeframe at the moment. We will inform you about the results as soon as any are available.

Post Reply