This documentation is archived and is not being maintained.
SiteMapDataSourceView Properties
Visual Studio 2010
The SiteMapDataSourceView 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. (Inherited from DataSourceView.) |
|
CanInsert | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation. (Inherited from DataSourceView.) |
|
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. (Inherited from DataSourceView.) |
|
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. (Inherited from DataSourceView.) |
|
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 | Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate operation. (Inherited from DataSourceView.) |
|
Events | Gets a list of event-handler delegates for the data source view. (Inherited from DataSourceView.) |
|
Name | Gets the name of the data source view. (Inherited from DataSourceView.) |
Show: