System.Web.UI.WebControls.SqlDataSourceStatusEventArgs Members

The members of System.Web.UI.WebControls.SqlDataSourceStatusEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

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.

Public Properties

[read-only]
AffectedRowsint.

Gets the number of rows affected by a database operation.

[read-only]
CommandSystem.Data.Common.DbCommand.

Gets the database command submitted to the database.

[read-only]
ExceptionException.

Gets a wrapper for any exceptions thrown by the database during a data operation.

ExceptionHandledbool.

Gets or sets a value indicating whether an exception thrown by the database has been handled.