show/hide this revision's text 3 edited tags
show/hide this revision's text 2 FIxed formating and some grammar

i

I have got a field with data type int? price and allow null, when i I set

book.price = null;

and update, it's it is not saved , and does not throw any exceptions, when i I change value # null, it's it is ok. I want set it null, plz help.

show/hide this revision's text 1

LINQ - Update null integer data field

i got a field with data type int? price and allow null, when i set

book.price = null;

and update, it's not saved, not throw any exceptions, when i change value # null, it's ok. I want set it null, plz help.