QueryNodeCollection.Insert(Int32, QueryNode) Method
Inserts the specified QueryNode object into the collection at the specified position.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that is the zero-based index at which the object should be inserted. |
item | QueryNode | A QueryNode object to insert in the collection. |
See Also