SqlDesignerDataSourceView Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| CanDelete | Overridden. Gets a value indicating whether the SqlDataSourceView control that is associated with the current SqlDataSource control supports the ExecuteDelete method. |
| CanInsert | Overridden. Gets a value indicating whether the SqlDataSourceView that is associated with the current SqlDataSource object supports the ExecuteInsert method. |
| CanPage | Overridden. Gets a value indicating whether the SqlDataSourceView that is associated with the current SqlDataSource control supports paging through the data that is retrieved by the ExecuteSelect method. |
| CanRetrieveTotalRowCount | Overridden. Gets a value indicating whether the SqlDataSourceView that is associated with the current SqlDataSource control supports retrieving the total number of data rows, instead of the data. |
| CanSort | Overridden. Gets a value indicating whether the SqlDataSourceView control that is associated with the current SqlDataSource control supports a sorted view on the underlying data source. |
| CanUpdate | Overridden. Gets a value indicating whether the SqlDataSourceView control that is associated with the current SqlDataSource control supports the ExecuteUpdate method. |
| DataSourceDesigner | Gets a reference to the designer that created this DesignerDataSourceView control. (inherited from DesignerDataSourceView) |
| Name | Gets the name of the view as provided when this instance of the DesignerDataSourceView class was created. (inherited from DesignerDataSourceView) |
| Schema | Overridden. Gets a schema that describes the data source view that is represented by this view object. |
Community Additions
ADD
Show: