ObjectDataSourceStatusEventArgs Properties
.NET Framework 2.0
| 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. |
Community Additions
ADD
Show: