XmlDataSourceView Properties
.NET Framework 3.0
| 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) |
| Name | Gets the name of the data source view. (inherited from DataSourceView) |
Community Additions
ADD
Show: