Thanks for quick reply.
I am using following versions of LLBLGen:
Version : 2.0.0.0 Final
Runtime library version: 2.0.0.60803
The problem is that when I retrive an entity from the database it value in the field is a string (for example „andy“). Then when I try to set it to null, I can't. During debugging I noticed that the line of code:
ent.SetNewFieldValue((int)ViewTvrtka_FieldIndex.TvrOdgovornaOsoba, null);
doesn' set the value in the entity to null. It is still „andy“ in memory, and of course when I try to save it to DB the change is not commited to DB.