Skip to main content

SqlQueryCollection.Insert(Int32, SqlQuery) Method

Inserts the specified SQL query into the collection at the specified position.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void Insert(
    int index,
    SqlQuery item
)

Parameters

Name Type Description
index Int32

An zero-based integer, specifying the item’s index position in the collection.

item SqlQuery

A SqlQuery object to insert into the collection.

See Also