The properties of System.Web.UI.WebControls.SqlDataSourceStatusEventArgs are listed below. For a list of all members, see the SqlDataSourceStatusEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | AffectedRows | int.
Gets the number of rows affected by a database operation. |
[read-only] | Command | System.Data.Common.DbCommand.
Gets the database command submitted to the database. |
[read-only] | Exception | Exception.
Gets a wrapper for any exceptions thrown by the database during a data operation. |
ExceptionHandled | bool.
Gets or sets a value indicating whether an exception thrown by the database has been handled. |