ObjectDataSourceEventArgs.ObjectDataSourceEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the ObjectDataSourceEventArgs class using the specified object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public ObjectDataSourceEventArgs ( Object objectInstance )
public function ObjectDataSourceEventArgs ( objectInstance : Object )
Not applicable.
Parameters
- objectInstance
The business object with which the ObjectDataSource interacts to perform data operations.
Community Additions
ADD
Show: