Version

WebHierarchicalFlatDataSourceView Class Members

The following tables list the members exposed by WebHierarchicalFlatDataSourceView.

Public Constructors
Public Properties
 NameDescription
Public PropertyCanDeleteOverridden.   
Public PropertyCanInsertOverridden.   
Public PropertyCanPageGets 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 System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. (Inherited from System.Web.UI.DataSourceView)
Public PropertyCanRetrieveTotalRowCountOverridden.   
Public PropertyCanSortGets 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. (Inherited from System.Web.UI.DataSourceView)
Public PropertyCanUpdateOverridden.   
Public PropertyNameGets the name of the data source view. (Inherited from System.Web.UI.DataSourceView)
Public PropertyUpdateParametersA ParameterCollection used for updates  
Protected Properties
 NameDescription
Protected PropertyEventsGets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView)
Public Methods
 NameDescription
Public MethodCanExecuteDetermines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView)
Public MethodDeleteOverridden.   
Public MethodExecuteCommandOverloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView)
Public MethodInsertOverridden.   
Public MethodSelectOverloaded. Selects batch of flat data from the datasource based on the arguments. In a hierarchical context, return only root data of the hierarchy.  
Public MethodUpdateOverridden.   
Protected Methods
 NameDescription
Protected MethodExecuteDeletePerforms a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodExecuteInsertPerforms an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodExecuteSelectOverridden.   
Protected MethodExecuteUpdatePerforms an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodOnDataSourceViewChangedRaises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView)
Protected MethodOnDeleted  
Protected MethodOnDeleting  
Protected MethodOnInserted  
Protected MethodOnInserting  
Protected MethodOnUpdated  
Protected MethodOnUpdating  
Public Events
 NameDescription
Public EventDataSourceViewChangedOccurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView)
Public EventDeleted  
Public EventDeleting  
Public EventInserted  
Public EventInserting  
Public EventUpdated  
Public EventUpdating  
See Also