MongoDBQueryCollection Properties
Stores a collection of queries to a MongoDB instance.| Name | Description |
|---|---|
| Count | Returns the number of queries in the MongoDB query collection. |
| Item[Int32] | Returns a query by its index in the collection. |
| Item[String] | Returns a query with a specified name from the MongoDB query collection. |
See Also