Skip to content

contains does not work #316

@young717

Description

@young717

In my case,
the api definite like this:
Task DeleteArticleById(params string[] articleId)
and the query expression like this :
predicate.And(s => articleIds.Contains(s.Id));
It does not work, it does not transform the contains function

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