[This is preliminary documentation and is subject to change.]
The CRUDQueryHandler TStore type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CRUDQueryHandler TStore (TStore, QuerySource) | Initializes a new instance of the CRUDQueryHandler TStore class | |
| CRUDQueryHandler TStore (TStore, String) | Initializes a new instance of the CRUDQueryHandler TStore class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Execute |
Executes query. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
| ExecuteAsync |
Executes query. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
| ExecuteWithoutFetch |
Executes query that dows not return results. The implementation may be called by multiple threads and must be safe.
Returns rows affected
(Inherited from CRUDQueryHandler.) | |
| ExecuteWithoutFetchAsync |
Executes query that dows not return results. The implementation may be called by multiple threads and must be safe.
Returns rows affected
(Inherited from CRUDQueryHandler.) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
| GetSchema |
Executes query without fetching any data but schema. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
| GetSchemaAsync |
Executes query without fetching any data but schema. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OpenCursor |
Executes query into Cursor. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
| OpenCursorAsync |
Executes query into Cursor. The implementation may be called by multiple threads and must be safe
(Inherited from CRUDQueryHandler.) | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Source | (Inherited from CRUDQueryHandler.) |
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns query name that this handler handles
(Inherited from CRUDQueryHandler.) | |
| Store |
Store instance that handler is under
|
See Also