QueryNodeCollection.Item[String] Property
In This Article
Gets or sets the query with the specified name.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | The query name. |
#Property Value
Type | Description |
---|---|
Query |
A query with the specified name. |
#Remarks
You can use this property to replace a query with the specified name with another query.
If the specified name does not exist in the collection, an exception is thrown.
See Also