Thank you,
So the person who got the licence for the v3, could also be able to see the source code in the customer area?
I will explain the reason for which I am asking about this:
I want to check if the current value in a column for a entityfield is DBNull (NULL).
For example, in the database, I have a column with type NUMBER(18,4) who can also be NULL.
In my C# application, this is viewd as a double value and if in the database, the current value is null, in my application this will be seen as 0 value.
I have tryied the property IsNull, to check if the current value in a column for a entityfield is DBNull, but didn't get what I needed.
So, in the previous version of LLBLGen v1, we made our custom CurrentValueIsNull property who verified this thing.
Now, I wanted to add the same property in the EntityField, and EntityField2 classes.
Or is there with the new LLBLGen v3, a new property that does all that?
Thank you in advance