ObjectDataSourceView Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Delete | Overloaded. Performs a delete operation by calling the business object method that is identified by the DeleteMethod property using any specified delete parameters. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Insert | Overloaded. Performs an insert operation by calling the business object method that is identified by the InsertMethod property using any specified insert parameters. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Select | Overloaded. Retrieves data from the object that is identified by the TypeName property by calling the method that is identified by the SelectMethod property. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Update | Overloaded. Performs an update operation by calling the business object method that is identified by the UpdateMethod property using any specified update parameters. |
| Name | Description | |
|---|---|---|
| ExecuteDelete | Overridden. Performs a delete operation using the DeleteMethod method and the specified keys and oldValues collection. |
| ExecuteInsert | Overridden. Performs an insert operation by calling the business object method that is identified by the InsertMethod property using the specified values collection. |
| ExecuteSelect | Overridden. Retrieves data from the object that is identified by the TypeName property by calling the method that is identified by the SelectMethod property and passing any values in the SelectParameters collection. |
| ExecuteUpdate | Overridden. Performs an update operation by calling the method that is identified by the UpdateMethod property and using any parameters that are supplied in the keys, values, or oldValues collections. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| LoadViewState | Restores previously saved view state for the data source view. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnDataSourceViewChanged | Raises the DataSourceViewChanged event. (inherited from DataSourceView) |
| OnDeleted | Raises the Deleted event after the ObjectDataSourceView object has completed a delete operation. |
| OnDeleting | Raises the Deleting event before the ObjectDataSourceView object attempts a delete operation. |
| OnFiltering | Raises the Filtering event before the ObjectDataSourceView object attempts a filtering operation. |
| OnInserted | Raises the Inserted event after the ObjectDataSourceView object has completed an insert operation. |
| OnInserting | Raises the Inserting event before the ObjectDataSourceView object attempts an insert operation. |
| OnObjectCreated | Raises the ObjectCreated event after the ObjectDataSourceView creates an instance of the object that is identified by the TypeName property. |
| OnObjectCreating | Raises the ObjectCreating event before the ObjectDataSourceView object creates an instance of a business object to perform a data operation. |
| OnObjectDisposing | Raises the ObjectDisposing event before the ObjectDataSourceView object discards an instantiated type. |
| OnSelected | Raises the Selected event after the ObjectDataSourceView object has completed a data retrieval operation. |
| OnSelecting | Raises the Selecting event before the ObjectDataSourceView object attempts a data retrieval operation. |
| OnUpdated | Raises the Updated event after the ObjectDataSourceView object has completed an update operation. |
| OnUpdating | Raises the Updating event before the ObjectDataSourceView object attempts an update operation. |
| RaiseUnsupportedCapabilityError | Called by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports. (inherited from DataSourceView) |
| SaveViewState | Saves the changes to the view state for the ObjectDataSourceView object since the time when the page was posted back to the server. |
| TrackViewState | Causes the ObjectDataSourceView object to track changes to its view state so that the changes can be stored in the ViewState object for the control and persisted across requests for the same page. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | For a description of this member, see IStateManager.LoadViewState. |
| System.Web.UI.IStateManager.SaveViewState | For a description of this member, see IStateManager.SaveViewState. |
| System.Web.UI.IStateManager.TrackViewState | For a description of this member, see IStateManager.TrackViewState. |
Reference
ObjectDataSourceView ClassSystem.Web.UI.WebControls Namespace
ObjectDataSource
DataSourceView
Other Resources
Consuming EventsCommunity Additions
ADD
Show: