The GenericDataSourceView<(Of <(T>)>) type exposes the following members.

Constructors

  NameDescription
GenericDataSourceView<(Of <(T>)>)Overloaded.

Methods

  NameDescription
Delete
Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteDelete
Deletes items according to given DataSource implementation
(Overrides DataSourceView..::.ExecuteDelete(IDictionary, IDictionary).)
ExecuteInsert
Inserts items according to given DataSource implementation
(Overrides DataSourceView..::.ExecuteInsert(IDictionary).)
ExecuteSelect
Selects items according to given DataSource implementation
(Overrides DataSourceView..::.ExecuteSelect(DataSourceSelectArguments).)
ExecuteUpdate
Updates items according to given DataSource implementation
(Overrides DataSourceView..::.ExecuteUpdate(IDictionary, IDictionary, IDictionary).)
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.)
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
Performs an asynchronous insert operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)
LoadViewState
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDataSourceViewChanged
Raises the DataSourceViewChanged event.
(Inherited from DataSourceView.)
OnDeleted
OnDeleting
OnEventOccurred
OnEventOccurring
OnInserted
OnInserting
OnSelected
OnSelecting
OnUpdated
OnUpdating
RaiseUnsupportedCapabilityError
Called by the RaiseUnsupportedCapabilitiesError(DataSourceView) method to compare the capabilities requested for an ExecuteSelect(DataSourceSelectArguments) operation against those that the view supports.
(Inherited from DataSourceView.)
SaveViewState
Select
Gets a list of data asynchronously from the underlying data storage.
(Inherited from DataSourceView.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrackViewState
Update
Performs an asynchronous update operation on the list of data that the DataSourceView object represents.
(Inherited from DataSourceView.)

Properties

  NameDescription
CanDelete (Overrides DataSourceView..::.CanDelete.)
CanInsert (Overrides DataSourceView..::.CanInsert.)
CanPage (Overrides DataSourceView..::.CanPage.)
CanRetrieveTotalRowCount (Overrides DataSourceView..::.CanRetrieveTotalRowCount.)
CanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(Inherited from DataSourceView.)
CanUpdate (Overrides DataSourceView..::.CanUpdate.)
DeleteParameters
Events
Gets a list of event-handler delegates for the data source view.
(Inherited from DataSourceView.)
InsertParameters
Name
Gets the name of the data source view.
(Inherited from DataSourceView.)
SelectParameters
UpdateParameters

Events

  NameDescription
DataSourceViewChanged
Occurs when the data source view has changed.
(Inherited from DataSourceView.)
Deleted
Occurs when a ExecuteDelete(IDictionary, IDictionary) operation has completed.
Deleting
Occurs before a ExecuteDelete(IDictionary, IDictionary) operation.
Inserted
Occurs when a ExecuteInsert(IDictionary) operation has completed.
Inserting
Occurs before a ExecuteInsert(IDictionary) operation.
Selected
Occurs when a ExecuteSelect(DataSourceSelectArguments) operation has completed.
Selecting
Occurs before a ExecuteSelect(DataSourceSelectArguments) operation.
Updated
Occurs when a ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation has completed.
Updating

See Also