Hi everybody,
I have a integer column and I want in vb code behind that the column will be filled wiht NULL - so empty value.
I try like this: Dim IInpUserKey As Nullable(Of Integer)
But then I still see the vlaue 0 and not NULL in the column.
Thank you