Posts by Denilson Carlos • 9 points
3 posts
-
0
votes1
answer42
viewsQ: Doubt in the Linql
I have 2 tables: one for product and another with a conversion list. Could I make a single connection to the database without having to go to the bank several times? For example, to each product I…
-
-2
votes1
answer39
viewsQ: Order By Doubt with LINQ to generate report
I’m making a report with the iTextSharp and I order by date but when I view the report the company Empresa2XYZ appears 2 times with the same date. Follow the code with LINQ. lista =…
-
1
votes0
answers133
viewsQ: Save 3 decimal places to sqlServer
Personal I have to save 3 decimal places in my database SQLSERVER, however this saving only 2 houses for example I have a value 0.456 and when saving is 0.450 in the code : using…