Answers

Question and Answer:

  Home  ADO.NET

⟩ How to call the SQL commands asynchronously in ADO.NET version 2.0?

executescalar()

executereader()

executenonquery()

these comes with Begin and End like Beginexecutescalr() Endexecutescalar().......

by using these command we can achieve asynch comm in ado.net

 208 views

More Questions for you: