[This is preliminary documentation and is subject to change.]
The CRUDQueryHandler type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | CRUDQueryHandler(ICRUDDataStore, QuerySource) | Initializes a new instance of the CRUDQueryHandler class |
![]() | CRUDQueryHandler(ICRUDDataStore, String) | Initializes a new instance of the CRUDQueryHandler 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
|
![]() | ExecuteAsync |
Executes query. The implementation may be called by multiple threads and must be safe
|
![]() | ExecuteWithoutFetch |
Executes query that dows not return results. The implementation may be called by multiple threads and must be safe.
Returns rows affected
|
![]() | ExecuteWithoutFetchAsync |
Executes query that dows not return results. The implementation may be called by multiple threads and must be safe.
Returns rows affected
|
![]() | ![]() | 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
|
![]() | GetSchemaAsync |
Executes query without fetching any data but schema. The implementation may be called by multiple threads and must be safe
|
![]() | ![]() | 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
|
![]() | OpenCursorAsync |
Executes query into Cursor. The implementation may be called by multiple threads and must be safe
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | Source |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Returns query name that this handler handles
|
![]() | Store |
Store instance that handler is under
|
See Also