The properties of System.Web.UI.DataSourceView are listed below. For a list of all members, see the DataSourceView Members list.
See Also: Inherited members from System.Object
[read-only] | CanDelete | bool.
Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteDelete(IDictionary, IDictionary) operation. |
[read-only] | CanInsert | bool.
Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteInsert(IDictionary) operation. |
[read-only] | CanPage | bool.
Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports paging through the data retrieved by the DataSourceView.ExecuteSelect(DataSourceSelectArguments) method. |
[read-only] | CanRetrieveTotalRowCount | bool.
Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows, instead of the data. |
[read-only] | CanSort | bool.
Gets a value indicating whether the System.Web.UI.DataSourceView object 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 associated with the current System.Web.UI.DataSourceControl object supports the DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation. |
[read-only] | Name | string.
Gets the name of the data source view. |
[read-only] | Events | System.ComponentModel.EventHandlerList.
Gets a list of event-handler delegates for the data source view. |