Posts by Magna • 54 points
4 posts
-
1
votes0
answers52
viewsQ: Sort Metrogridview content by clicking on the Heder title of a particular column
Hey, guys, I got a problem, I’ve been fighting for a while. I am using in my application Metroframework and Linq,and noticed that Metroframework does not have certain properties or that they do not…
-
0
votes6
answers32941
viewsA: Convert varchar to date in SQL
select * from TAB_FATURAMENTO where cd_cliente like '%' and dt_item between LEFT(TAB_FATURAMENTO.data, 10) >='2017-05-15' And LEFT(TAB_FATURAMENTO.data, 10) <='31/05/2017' I think this is the…
-
2
votes1
answer47
viewsA: error left Join Linq
I didn’t quite understand your question more by looking at your code what it seems to me is that you didn’t do the correct instance in the child class, so then you can get your attributes so let’s…
-
0
votes1
answer83
viewsQ: How to interpret * in this query
I got a query which, apparently, is simple if it weren’t for the fact that I have these two * Alas, I’m not sure if it’s inner join, left join or someone from the same family. I need to turn this…