QueryNodeCollection Methods
A collection of federated queries (QueryNode objects).
Name | Description |
---|---|
Add |
Adds the specified query node to the collection. |
Add |
Adds the specified array of query nodes to the collection. |
Add |
Adds the specified collection of query nodes to the collection. |
Clear() | Removes all objects from the collection. |
Contains |
Determines whether the collection contains the specified item. |
Copy |
Copies all the elements of the Query |
Copy |
Copies all the elements of the current Query |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified node in the collection. |
Insert |
Inserts the specified Query |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified query from the collection. |
Remove |
Removes a query at the specified index. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also