0

Possible Duplicate:
How to write Asynchronous LINQ query?

How can i call a Stored Procedure asynchronously using linq to sql.

Community
  • 1
  • 1
Joe
  • 255
  • 2
  • 6
  • 21
  • 2
    why -1? it is a perfectly valid question, i looked a lot trying to find an answer before i posted it here – Joe Jun 17 '11 at 17:54
  • I like this question, I might try to figure out an answer if I get the time. – Matt Ellen Jun 17 '11 at 18:00
  • You could maybe try to use a normal SQL async call and then populate your object by calling the Translate method of the context? – Locksfree Jun 17 '11 at 18:06

1 Answers1

0

Give this a look.

http://msdn.microsoft.com/en-us/library/bb386946.aspx

sealz
  • 5,348
  • 5
  • 40
  • 70