TechTalk Genome v4.2

GenomeCollectionDataSourceView Methods

The methods of the GenomeCollectionDataSourceView class are listed below. For a complete list of GenomeCollectionDataSourceView class members, see the GenomeCollectionDataSourceView Members topic.

Public Instance Methods

Delete (inherited from DataSourceView)Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
Equals (inherited from Object)Determines whether the specified object is equal to the current object.
Flush
GetHashCode (inherited from Object)Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Insert (inherited from DataSourceView)Performs an asynchronous insert operation on the list of data that the DataSourceView object represents.
Reset
Select (inherited from DataSourceView)Gets a list of data asynchronously from the underlying data storage.
ToString (inherited from Object)Returns a string that represents the current object.
Update (inherited from DataSourceView)Performs an asynchronous update operation on the list of data that the DataSourceView object represents.

Protected Instance Methods

ExecuteDelete
ExecuteInsert
ExecuteSelect
ExecuteUpdate
Finalize (inherited from Object)Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.
OnDataSourceViewChanged (inherited from DataSourceView)Raises the DataSourceView.DataSourceViewChanged event.
RaiseUnsupportedCapabilityError (inherited from DataSourceView)Called by the DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an DataSourceView.ExecuteSelect operation against those that the view supports.

Explicit Interface Implementations

IStateManager.get_IsTrackingViewState
IStateManager.LoadViewState
IStateManager.SaveViewState
IStateManager.TrackViewState

See Also

GenomeCollectionDataSourceView Class | TechTalk.Genome.Extensions.Web.UI Namespace