Posts by Brito • 13 points
1 post
-
0
votes1
answer69
viewsQ: How to use SQL "in" in a lambda (Entity) C#?
I have a repository that represents my table in the database var RelacaoPessoas = _repositoryPessoas.GetFiltered(i => i.IdProcesso == idprocesso && i.Banco == numeroDoBanco &&…