Posts by Claudio Santos • 43 points
2 posts
-
3
votes1
answer57
viewsQ: Datatable for a class
I am a beginner in c# and right now I have some doubts about how to pass the structure of a datatable for a class to later use it, this to avoid duplicate code since I have several tables that use…
-
1
votes2
answers47
viewsQ: How to dynamically get specific day in a query
I would like to get the last day of the previous month in a dynamic way. I don’t know how to put the wo.createdtime <= Moth(current_date) something of the kind and this is in milliseconds,…