System.Web.UI.WebControls.SqlDataSourceStatusEventArgs: Property Members

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

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.