ObjectDataSourceEventArgs Constructor (Object)

 

Initializes a new instance of the ObjectDataSourceEventArgs class using the specified object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	objectInstance As Object
)

Parameters

objectInstance
Type: System.Object

The business object with which the ObjectDataSource interacts to perform data operations.

.NET Framework
Available since 2.0
Return to top
Show: