System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs Members

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

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs class using the specified output parameters and return value.

Initializes a new instance of the System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs class using the specified output parameters, return value, and exception.

Public Properties

AffectedRowsint.

Gets or sets the number of rows that are affected by the data operation.

[read-only]
ExceptionException.

Gets a wrapper for any exceptions that are thrown by the method that is called by the System.Web.UI.WebControls.ObjectDataSource control during a data operation.

ExceptionHandledbool.

Gets or sets a value indicating whether an exception that was thrown by the business object has been handled.

[read-only]
OutputParametersIDictionary.

Gets a collection that contains business object method parameters and their values.

[read-only]
ReturnValueobject.

Gets the return value that is returned by the business object method, if any, as an object.