Posts by André Sanches • 39 points
3 posts
-
-1
votes1
answer484
viewsQ: Http Request, with Certificate X509
Good morning, By accessing the following link :…
-
1
votes2
answers123
viewsA: Help with LINQ, query no . Net
I decided as follows: var queryLeft = from x in _contexto.NfeSaidaEstacao.Where(_C => _C.EstSequencia == estSequencia && _C.NfesaiSincronizada == "S") select x; var query = from x in…
-
2
votes2
answers123
viewsQ: Help with LINQ, query no . Net
Good morning, guys, I could use a little help with LINQ. I am trying to perform the following query through the: SELECT NFE_SAIDA.NFESAI_SEQUENCIA FROM CAD_NFE_SAIDA NFE_SAIDA LEFT JOIN…