SqlQueryCollection.Item[Int32] Property
In This Article
Provides indexed access to individual items in the collection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer value, specifying the item’s index position in the collection. |
#Property Value
Type | Description |
---|---|
Sql |
A Sql |
See Also