Ditto 4.7.1
|
Represents the result of executing a DQL query. More...
Protected Member Functions | |
override void | Dispose (bool disposing) |
Properties | |
List< DittoQueryResultItem > | Items [get] |
Gets the individual items matching a DQL query. | |
List< DittoDocumentId > | MutatedDocumentIds [get] |
Gets the IDs of documents that were mutated locally by a mutating DQL query passed to DittoStore.ExecuteAsync. Empty array if no documents have been mutated. | |
Represents the result of executing a DQL query.
|
get |
Gets the IDs of documents that were mutated locally by a mutating DQL query passed to DittoStore.ExecuteAsync. Empty array if no documents have been mutated.
storeObservationHandler
always returns an empty array in that case.