5
Answers

How to insert "NULL" in column

albert albert

albert albert

10y
804
1
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 
 
 
Answers (5)