You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: