Back to Devexpress

SqlQueryCollection.Item[Int32] Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-sqlquerycollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

SqlQueryCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public SqlQuery this[int index] { get; set; }
vb
Public Property Item(index As Integer) As SqlQuery

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
SqlQuery

A SqlQuery object.

|

See Also

SqlQueryCollection Class

SqlQueryCollection Members

DevExpress.DataAccess.Sql Namespace