Skip to content

UpdateItemsByKey specifies keys as int #59

@sam-assemblysoft

Description

@sam-assemblysoft

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions