使用string.Format("insert into table values ('{0}','{1}','{2}'....)",value1,value2,value3...),其中有int类型的字段,赋值时想赋值为空(NULL),但是使用string.Format()方式的话,好像不能赋值为NULL,只能为"",该怎么办呢?
添加回答
举报
0/150
提交
取消