Posts by douglaslps • 111 points
1 post
-
1
votes1
answer145
viewsQ: Is it possible to call the Executequery method asynchronously?
It is possible to execute the method ExecuteQuery asynchronously? Consider the following code: public virtual MyEntity MyMethod(string parm1, string parm2) { string queryString =…