Skip to main content
All docs
V26.1
  • QueryNodeCollection.Item[String] Property

    Gets or sets the query with the specified name.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public QueryNode this[string name] { get; set; }

    Parameters

    Name Type Description
    name String

    The query name.

    Property Value

    Type Description
    QueryNode

    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