SqlDataSourceView Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Delete | Overloaded. Performs a delete operation using the DeleteCommand SQL string and 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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Insert | Overloaded. Performs an insert operation using the InsertCommand SQL string and any specified insert parameters. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Select | Overloaded. Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Update | Overloaded. Performs an update operation using the UpdateCommand SQL string and any specified update parameters. |
| Name | Description | |
|---|---|---|
| ExecuteDelete | Overridden. Performs a delete operation using the DeleteCommand SQL string, any parameters that are specified in the DeleteParameters collection, and the values that are in the specified keys and oldValues collections. |
| ExecuteInsert | Overridden. Performs an insert operation using the InsertCommand SQL string, any parameters that are specified in the InsertParameters collection, and the values that are in the specified values collection. |
| ExecuteSelect | Overridden. Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection. |
| ExecuteUpdate | Overridden. Performs an update operation using the UpdateCommand SQL string, any parameters that are in the UpdateParameters collection, and the values that are in the specified keys, values, and 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 the 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 SqlDataSource control has completed a delete operation. |
| OnDeleting | Raises the Deleting event before the SqlDataSource control attempts a delete operation. |
| OnFiltering | Raises the Filtering event before the SqlDataSource control filters the results of a select operation. |
| OnInserted | Raises the Inserted event after the SqlDataSource control has completed an insert operation. |
| OnInserting | Raises the Inserting event before the SqlDataSource control attempts an insert operation. |
| OnSelected | Raises the Selected event after the SqlDataSource control has completed a data retrieval operation. |
| OnSelecting | Raises the Selecting event before the SqlDataSource control attempts a data retrieval operation. |
| OnUpdated | Raises the Updated event after the SqlDataSource control has completed an update operation. |
| OnUpdating | Raises the Updating event before the SqlDataSource control attempts an update operation. |
| RaiseUnsupportedCapabilityError | Overridden. Compares the capabilities that are requested for an ExecuteSelect operation against those that the view supports and is called by the RaiseUnsupportedCapabilitiesError method. |
| SaveViewState | Saves the changes to the view state for the SqlDataSourceView control since the time that the page was posted back to the server. |
| TrackViewState | Causes the SqlDataSourceView object to track changes to its view state so that the changes can be stored in the StateBag 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 TrackViewState. |
Community Additions
ADD
Show: