MongoDBQuery Properties
Contains methods and properties that allow you to create a query to a MongoDB database collection.Name | Description |
---|---|
ActualName | Stores the actual name of a MongoDB query. |
Alias | Stores an alias of a MongoDB query. |
CollectionName | Stores the name of a MongoDB database collection. |
DatabaseName | Stores the name of a MongoDB database. |
FilterString | Stores a filter string. |
Parameters | Stores a list query parameters. |
Schema | Specifies the MongoDBQuery’s schema. |
See Also