This documentation is archived and is not being maintained.
ObjectDataSourceStatusEventArgs Properties
Visual Studio 2008
The ObjectDataSourceStatusEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AffectedRows | Gets or sets the number of rows that are affected by the data operation. |
|
Exception | Gets a wrapper for any exceptions that are thrown by the method that is called by the ObjectDataSource control during a data operation. |
|
ExceptionHandled | Gets or sets a value indicating whether an exception that was thrown by the business object has been handled. |
|
OutputParameters | Gets a collection that contains business object method parameters and their values. |
|
ReturnValue | Gets the return value that is returned by the business object method, if any, as an object. |
Show: