Posts by Demetrius Pecoraro • 36 points
2 posts
-
1
votes1
answer64
viewsQ: Problems using null coalescing
I’m having trouble using the null coalescing in the case below: When trying to use operand ?? to validate if the value reader["Data"] is void, and if the DateTime.MinValue. The error that returns…
-
0
votes1
answer175
viewsA: How to leave field with bold values
@Thiago Correa, in this case the condition has to be restricted to the field, there would be no way to do a single check to go through the table, because the condition is exclusive of the "field".…