Skip to main content

SqlQueryCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public SqlQuery this[int index] { get; set; }

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
SqlQuery

A SqlQuery object.

See Also