Showing related tags and posts accross the entire site.
-
Hi there, Question about the default value for System. DateTime ? | System. Boolean ? variables in entities: View Entity => DateTime.MinValue | false Table entity => null | null Is this by design (if so, could you shed some light as why)? Thenx! Regards, Michael Tautz P.S.: Many, many, many kudos...
-
There is a new property called, ParseDbColDefaultVal in Section 7 of the property grid, which will try to look at the default bindings for the column, and set your nested inner data to that value. This is something that you have to set to true in order to use. If a default value can not be found in the...
-
Hi, I am having a hardtime with null. I have read the posts in ref to null and I think I understand. My problem is I can not find the IsColumnNameNull() for any of my entities. Can you please point me in the right direction. Thanks.