The members of System.Web.UI.WebControls.SqlDataSourceStatusEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Web.UI.WebControls.SqlDataSourceStatusEventArgs class, using the specified output parameters, return value, and number of rows affected by the database operation. |
[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. |