This documentation is archived and is not being maintained.
DataSourceView Properties
Visual Studio 2008
The DataSourceView type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanDelete | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete operation. |
|
CanInsert | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation. |
|
CanPage | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect method. |
|
CanRetrieveTotalRowCount | 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. |
|
CanSort | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source. |
|
CanUpdate | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate operation. |
|
Events | Gets a list of event-handler delegates for the data source view. |
|
Name | Gets the name of the data source view. |
Show: