Skip to main content
All docs
V26.1
  • QueryNodeCollection Properties

    A collection of federated queries (QueryNode objects).
    Name Description
    Count Gets the number of nodes contained in the QueryNodeCollection instance.
    IsFixedSize For internal use.
    IsReadOnly Indicates whether the collection is read-only.
    IsSynchronized Indicates whether access to the QueryNodeCollection is synchronized (thread safe).
    Item[Int32] Gets or sets the query with the specified index.
    Item[String] Gets or sets the query with the specified name.
    SyncRoot Provides access to an object that is used to synchronize access to the collection.
    See Also