Posts by Mauricio Furtado • 1 point
2 posts
-
0
votes1
answer61
viewsQ: C# LINQ Join with OR condition?
I need to write this SQL in Linq, but in that condition JOIN is what gets me. SELECT * FROM Boleto_Retorno AS BR LEFT JOIN Recebimentos AS R ON SUBSTRING(BR.CH_NossoNumero,1,11) = CASE WHEN…
-
-1
votes1
answer169
viewsQ: @bind and @onchange for a select on blazor c#
Hello, I’m new with blazor I wanted to do the following. I have 2 Lists, Category and another List2, in the form I have 1 select for the category and another select for List2, and I wanted to make…