QueryNodeCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Gets the number of nodes contained in the Query |
Is |
For internal use. |
Is |
Indicates whether the collection is read-only. |
Is |
Indicates whether access to the Query |
Item[Int32] | Gets or sets the query with the specified index. |
Item[String] | Gets or sets the query with the specified name. |
Sync |
Provides access to an object that is used to synchronize access to the collection. |
#Methods
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