The following tables list the members exposed by WebHierarchicalFlatDataSourceView.
Name | Description | |
---|---|---|
WebHierarchicalFlatDataSourceView Constructor |
Name | Description | |
---|---|---|
CanDelete | Overridden. | |
CanInsert | Overridden. | |
CanPage | 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 System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. (Inherited from System.Web.UI.DataSourceView) | |
CanRetrieveTotalRowCount | Overridden. | |
CanSort | 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. (Inherited from System.Web.UI.DataSourceView) | |
CanUpdate | Overridden. | |
Name | Gets the name of the data source view. (Inherited from System.Web.UI.DataSourceView) | |
UpdateParameters | A ParameterCollection used for updates |
Name | Description | |
---|---|---|
Events | Gets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView) |
Name | Description | |
---|---|---|
CanExecute | Determines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView) | |
Delete | Overridden. | |
ExecuteCommand | Overloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView) | |
Insert | Overridden. | |
Select | Overloaded. Selects batch of flat data from the datasource based on the arguments. In a hierarchical context, return only root data of the hierarchy. | |
Update | Overridden. |
Name | Description | |
---|---|---|
ExecuteDelete | Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
ExecuteInsert | Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
ExecuteSelect | Overridden. | |
ExecuteUpdate | Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
OnDataSourceViewChanged | Raises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView) | |
OnDeleted | ||
OnDeleting | ||
OnInserted | ||
OnInserting | ||
OnUpdated | ||
OnUpdating |
Name | Description | |
---|---|---|
DataSourceViewChanged | Occurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView) | |
Deleted | ||
Deleting | ||
Inserted | ||
Inserting | ||
Updated | ||
Updating |