Asynchronous commands in ADO.NET Whidbey

It looks like there are currently three aynchronous methods in ADO.NET Whidbey that are based on the SqlCommand object.  These methods are:

  • BeginExecuteNonQuery();
  • BeginExecuteReader();
  • BeginExecuteXmlReader();

Each has the associated EndExecute Command where you can process the command results if necessary.  I will post more info on each in the near future.

Wally

No Comments