This documentation is archived and is not being maintained.
SqlDataSourceStatusEventArgs Properties
Visual Studio 2008
The SqlDataSourceStatusEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets the number of rows affected by a database operation. |
|
Command | Gets the database command submitted to the database. |
|
Exception | Gets a wrapper for any exceptions thrown by the database during a data operation. |
|
ExceptionHandled | Gets or sets a value indicating whether an exception thrown by the database has been handled. |
Show: