B
Bllich
hy, I have int column 'number' in my table that allowes nulls
when I instance a dataTable in my winform app. and I want to do
table.AddTableRow(string name, int number);
I need to send null value for 'number' to my table. I don't know how..
I tried with Nullable<int> and else .. didn't work.
using sql 2005 express
please help!
thanks.
when I instance a dataTable in my winform app. and I want to do
table.AddTableRow(string name, int number);
I need to send null value for 'number' to my table. I don't know how..
I tried with Nullable<int> and else .. didn't work.
using sql 2005 express
please help!
thanks.