SqlQueryCollection.Item[String] Property
In This Article
Provides access to an individual item in the collection by its name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the query name. |
#Property Value
Type | Description |
---|---|
Sql |
A Sql |
#Remarks
Note that if the query with the specified name is not found, a ArgumentOutOfRangeException will be thrown.
See Also