QueryNodeCollection.Insert(Int32, QueryNode) Method
Inserts the specified QueryNode object into the collection at the specified position.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
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