UpdateableHierarchicalView members
A HierarchicalDataSourceView that allows for Update/Insert/Delete
The UpdateableHierarchicalView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateableHierarchicalView |
Top
Properties
Name | Description | |
---|---|---|
Events | Indicates the list of event handler delegates for the view. This property is read-only. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Causes the DataSourceControl to perform a Delete. | |
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert | Causes the DataSourceControl to perform an Insert. | |
MemberwiseClone | (Inherited from Object.) | |
OnUpdateableHierarchicalViewChanged | Fires the UpdateableHierarchicalViewChanged event. | |
Select | (Inherited from HierarchicalDataSourceView.) | |
ToString | (Inherited from Object.) | |
Update | Causes the DataSourceControl to perform an Update. |
Top
Events
Name | Description | |
---|---|---|
UpdateableHierarchicalViewChanged |
Top