ObjectDataSourceStatusEventArgs.OutputParameters Property
.NET Framework 3.0
Gets a collection that contains business object method parameters and their values.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public IDictionary get_OutputParameters ()
public function get OutputParameters () : IDictionary
Not applicable.
Property Value
An IDictionary of name/value pairs that represent the business object method parameters and their corresponding values.Community Additions
ADD
Show: