2010-03-26 53 views

回答

0
int? myNullableInt = null; 
myIntParameter.Value = myNullableInt ?? (object)DBNull.Value; 
0

替代int?DateTime?然後...