The properties of System.Web.UI.Design.DesignerDataSourceView are listed below. For a list of all members, see the DesignerDataSourceView Members list.
See Also: Inherited members from System.Object
[read-only] | CanDelete | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteDelete(IDictionary, IDictionary) method. |
[read-only] | CanInsert | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteInsert(IDictionary) method. |
[read-only] | CanPage | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports paging through the data that is retrieved by the System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. |
[read-only] | CanRetrieveTotalRowCount | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows instead of the data itself. |
[read-only] | CanSort | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports a sorted view on the underlying data source. |
[read-only] | CanUpdate | bool.
![]() Gets a value indicating whether the System.Web.UI.DataSourceView object that is associated with the current System.Web.UI.DataSourceControl object supports the System.Web.UI.DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) method. |
[read-only] | DataSourceDesigner | IDataSourceDesigner.
![]() Gets a reference to the designer that created this System.Web.UI.Design.DesignerDataSourceView control. |
[read-only] | Name | string.
![]() Gets the name of the view as provided when this instance of the System.Web.UI.Design.DesignerDataSourceView class was created. |
[read-only] | Schema | IDataSourceViewSchema.
![]() Gets a schema that describes the data source view that is represented by this view object. |