ObjectDataSourceView Methods

(see also Protected Methods )
  Name Description
Public method Delete Overloaded. Performs a delete operation by calling the business object method that is identified by the DeleteMethod property using any specified delete parameters.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method 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.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Insert Overloaded. Performs an insert operation by calling the business object method that is identified by the InsertMethod property using any specified insert parameters.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method 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.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Public method Update Overloaded. Performs an update operation by calling the business object method that is identified by the UpdateMethod property using any specified update parameters.
Top

  Name Description
Protected method ExecuteDelete Overridden. Performs a delete operation using the DeleteMethod method and the specified keys and oldValues collection.
Protected method ExecuteInsert Overridden. Performs an insert operation by calling the business object method that is identified by the InsertMethod property using the specified values collection.
Protected method 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.
Protected method 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.
Protected method 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.)
Protected method LoadViewState Restores previously saved view state for the data source view.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnDataSourceViewChanged  Raises the DataSourceViewChanged event. (Inherited from DataSourceView.)
Protected method OnDeleted Raises the Deleted event after the ObjectDataSourceView object has completed a delete operation.
Protected method OnDeleting Raises the Deleting event before the ObjectDataSourceView object attempts a delete operation.
Protected method OnFiltering Raises the Filtering event before the ObjectDataSourceView object attempts a filtering operation.
Protected method OnInserted Raises the Inserted event after the ObjectDataSourceView object has completed an insert operation.
Protected method OnInserting Raises the Inserting event before the ObjectDataSourceView object attempts an insert operation.
Protected method OnObjectCreated Raises the ObjectCreated event after the ObjectDataSourceView creates an instance of the object that is identified by the TypeName property.
Protected method OnObjectCreating Raises the ObjectCreating event before the ObjectDataSourceView object creates an instance of a business object to perform a data operation.
Protected method OnObjectDisposing Raises the ObjectDisposing event before the ObjectDataSourceView object discards an instantiated type.
Protected method OnSelected Raises the Selected event after the ObjectDataSourceView object has completed a data retrieval operation.
Protected method OnSelecting Raises the Selecting event before the ObjectDataSourceView object attempts a data retrieval operation.
Protected method OnUpdated Raises the Updated event after the ObjectDataSourceView object has completed an update operation.
Protected method OnUpdating Raises the Updating event before the ObjectDataSourceView object attempts an update operation.
Protected method RaiseUnsupportedCapabilityError  Called by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports. (Inherited from DataSourceView.)
Protected method SaveViewState Saves the changes to the view state for the ObjectDataSourceView object since the time when the page was posted back to the server.
Protected method 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.
Top

Community Additions

ADD
Show: