The members of System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs are listed below.
See Also: Inherited members from System.EventArgs
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. |
AffectedRows | int.
Gets or sets the number of rows that are affected by the data operation. | |
[read-only] | Exception | Exception.
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. |
ExceptionHandled | bool.
Gets or sets a value indicating whether an exception that was thrown by the business object has been handled. | |
[read-only] | OutputParameters | IDictionary.
Gets a collection that contains business object method parameters and their values. |
[read-only] | ReturnValue | object.
Gets the return value that is returned by the business object method, if any, as an object. |