Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 DataSourceView Members
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DataSourceView Members

Updated: November 2007

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.

  NameDescription
32y2s717.protmethod(en-us,VS.90).gifDataSourceView Initializes a new instance of the DataSourceView class.
Top
  NameDescription
32y2s717.pubmethod(en-us,VS.90).gifDelete Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
32y2s717.pubmethod(en-us,VS.90).gifEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
32y2s717.protmethod(en-us,VS.90).gifExecuteDelete Performs a delete operation on the list of data that the DataSourceView object represents.
32y2s717.protmethod(en-us,VS.90).gifExecuteInsert Performs an insert operation on the list of data that the DataSourceView object represents.
32y2s717.protmethod(en-us,VS.90).gifExecuteSelect Gets a list of data from the underlying data storage.
32y2s717.protmethod(en-us,VS.90).gifExecuteUpdate Performs an update operation on the list of data that the DataSourceView object represents.
32y2s717.protmethod(en-us,VS.90).gifFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
32y2s717.pubmethod(en-us,VS.90).gifGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
32y2s717.pubmethod(en-us,VS.90).gifGetType Gets the Type of the current instance. (Inherited from Object.)
32y2s717.pubmethod(en-us,VS.90).gifInsert Performs an asynchronous insert operation on the list of data that the DataSourceView object represents.
32y2s717.protmethod(en-us,VS.90).gifMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
32y2s717.protmethod(en-us,VS.90).gifOnDataSourceViewChanged Raises the DataSourceViewChanged event.
32y2s717.protmethod(en-us,VS.90).gifRaiseUnsupportedCapabilityError Called by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports.
32y2s717.pubmethod(en-us,VS.90).gifSelect Gets a list of data asynchronously from the underlying data storage.
32y2s717.pubmethod(en-us,VS.90).gifToString Returns a String that represents the current Object. (Inherited from Object.)
32y2s717.pubmethod(en-us,VS.90).gifUpdate Performs an asynchronous update operation on the list of data that the DataSourceView object represents.
Top
  NameDescription
32y2s717.pubproperty(en-us,VS.90).gifCanDelete Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete operation.
32y2s717.pubproperty(en-us,VS.90).gifCanInsert Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation.
32y2s717.pubproperty(en-us,VS.90).gifCanPage Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect method.
32y2s717.pubproperty(en-us,VS.90).gifCanRetrieveTotalRowCount Gets 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.
32y2s717.pubproperty(en-us,VS.90).gifCanSort Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
32y2s717.pubproperty(en-us,VS.90).gifCanUpdate Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate operation.
32y2s717.protproperty(en-us,VS.90).gifEvents Gets a list of event-handler delegates for the data source view.
32y2s717.pubproperty(en-us,VS.90).gifName Gets the name of the data source view.
Top
  NameDescription
32y2s717.pubevent(en-us,VS.90).gifDataSourceViewChanged Occurs when the data source view has changed.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker