Documentation for this section has not yet been entered.
The ObjectDataSourceStatusEventArgs.ReturnValue property is set in the System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs constructor. The value is set to the return value of the business object method call, which is called using reflection. If the business method returns no value (such as when the business object method returns void), the ObjectDataSourceStatusEventArgs.ReturnValue property evaluated to null.