-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The method UpdateItemsByKey and it's overloads specify that the list of keys are of type int when they should be using the generic TKey as all other methods allow you to specify a key using TKey.
| public async ValueTask<string> UpdateItemsByKey<TEntity>(string objectStoreName, List<TEntity> items, List<int> keys) |
Metadata
Metadata
Assignees
Labels
No labels