.NET Framework Class Library
DataSourceView Members

Serves as the base class for all data source view classes, which define the capabilities of data source controls.

The DataSourceView type exposes the following members.

Constructors

  NameDescription
Protected methodDataSourceViewInitializes a new instance of the DataSourceView class.
Top
Methods

  NameDescription
Public methodDeletePerforms an asynchronous delete operation on the list of data that the DataSourceView object represents.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodExecuteDeletePerforms a delete operation on the list of data that the DataSourceView object represents.
Protected methodExecuteInsertPerforms an insert operation on the list of data that the DataSourceView object represents.
Protected methodExecuteSelectGets a list of data from the underlying data storage.
Protected methodExecuteUpdatePerforms an update operation on the list of data that the DataSourceView object represents.
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInsertPerforms an asynchronous insert operation on the list of data that the DataSourceView object represents.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnDataSourceViewChangedRaises the DataSourceViewChanged event.
Protected methodRaiseUnsupportedCapabilityErrorCalled by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports.
Public methodSelectGets a list of data asynchronously from the underlying data storage.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodUpdatePerforms an asynchronous update operation on the list of data that the DataSourceView object represents.
Top
Properties

  NameDescription
Public propertyCanDeleteGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete operation.
Public propertyCanInsertGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation.
Public propertyCanPageGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect method.
Public propertyCanRetrieveTotalRowCountGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.
Public propertyCanSortGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
Public propertyCanUpdateGets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate operation.
Protected propertyEventsGets a list of event-handler delegates for the data source view.
Public propertyNameGets the name of the data source view.
Top
Events

  NameDescription
Public eventDataSourceViewChangedOccurs when the data source view has changed.
Top
See Also

Reference

Tags :


Page view tracker