[This is preliminary documentation and is subject to change.]
The MongoDBCRUDQueryHandlerBase type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| MongoDBCRUDQueryHandlerBase(MongoDBDataStore, QuerySource) | Initializes a new instance of the MongoDBCRUDQueryHandlerBase class | |
| MongoDBCRUDQueryHandlerBase(MongoDBDataStore, String) | Initializes a new instance of the MongoDBCRUDQueryHandlerBase class |
Methods
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Source | (Inherited from CRUDQueryHandler.) |
Properties
| Name | Description | |
|---|---|---|
| Converter | ||
| Name |
Returns query name that this handler handles
(Inherited from CRUDQueryHandler.) | |
| Store |
Store instance that handler is under
(Inherited from CRUDQueryHandler TStore .) |
See Also