MongoDBQueryCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Returns the number of queries in the Mongo |
Item[Int32] | Returns a query by its index in the collection. |
Item[String] |
Returns a query with a specified name from the Mongo |
#Methods
Name | Description |
---|---|
Add |
Adds a specified query to the Mongo |
Add |
Adds queries to the collection. |
Add |
Adds specified queries to the collection. |
Check |
Checks whether a query can be added to the Mongo |
Clear() |
Removes all items from the Mongo |
Contains |
Checks whether the Mongo |
Contains |
Checks whether the Mongo |
Copy |
Copies all queries from the Mongo |
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. |
Generate |
Generates the unique name for a query within the Mongo |
Get |
Creates an enumerator for the Mongo |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the index of a specified query in the Mongo |
Insert |
Inserts a specified query to the Mongo |
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 a specified query from the Mongo |
Remove |
Removes a query at the specified index from the Mongo |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also