Hi all,
I have a field A of a string type. When column a in db is null the field A fills with string.empty value. How can I disable a mentioned feature (I want to have a null value)?
I've tried to override a OnSetValue and OnAuditLoadOfEntity methods, but stills some base methods changes a null into default(string) value.
Best Regards,
MiloszeS