Asynchronous Operations
新しい機能、勉強しないと・・・・・・

ADO.NET 1.1 and earlier required your data access operations to be synchronous. ADO.NET 2.0 includes new methods for the Connection and Command classes that permit you to execute asynchronous operations.
In a