ObjectDataSourceStatusEventArgs.ObjectDataSourceStatusEventArgs(Object, IDictionary) Constructor
.NET Framework 3.0
Initializes a new instance of the ObjectDataSourceStatusEventArgs class using the specified output parameters and return value.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public:
ObjectDataSourceStatusEventArgs (
Object^ returnValue,
IDictionary^ outputParameters
)
public ObjectDataSourceStatusEventArgs ( Object returnValue, IDictionary outputParameters )
public function ObjectDataSourceStatusEventArgs ( returnValue : Object, outputParameters : IDictionary )
Not applicable.
Parameters
- returnValue
An object that represents a return value for the completed database operation.
- outputParameters
An IDictionary of name/value pairs of parameter objects.
Community Additions
ADD
Show: