Skip to content

WhereBulkContains method supports checking Ids for multiple fields #635

Description

@pvarets00101

It's throwing an error now "Oops! only 1 key name is currently supported."
Code:

var ids = new List<string> {"id1", "Id2"};
entities.WhereBulkContains(ids, new List<string> {"Field1", "Field2"});

Is support for such functionality being considered?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions