SqlDesignerDataSourceView Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CanDelete | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current SqlDataSource control supports the ExecuteDelete method. |
| CanInsert | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current SqlDataSource object supports the ExecuteInsert method. |
| CanPage | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports paging through the data that is retrieved by the M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. |
| CanRetrieveTotalRowCount | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports retrieving the total number of data rows, instead of the data. |
| CanSort | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports a sorted view on the underlying data source. |
| CanUpdate | Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current T:System.Web.UI.WebControls.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. |
Show: