ObjectDataSourceMethodEventArgs.ObjectDataSourceMethodEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the ObjectDataSourceMethodEventArgs class using the specified input parameters collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public ObjectDataSourceMethodEventArgs ( IOrderedDictionary inputParameters )
public function ObjectDataSourceMethodEventArgs ( inputParameters : IOrderedDictionary )
Not applicable.
Parameters
- inputParameters
An IOrderedDictionary of Parameter objects that represent the names of the parameters of the business object method and their associated values.
Community Additions
ADD
Show: