MongoDBQueryCollection Properties
Stores a collection of queries to a MongoDB instance.
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 |
See Also