cancel
Showing results for 
Search instead for 
Did you mean: 

Column with DBNull Value

Former Member
0 Kudos

How can I set a column as a dbnull value ?

I can set an int column to null?

Thanks

(ASP.NET)

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

if You will update object from xml You can add attribute nill to this element.

That will add column with null

<U_Field nil="true"></U_Field>

regards

Edited by: Michal Wieczorek on Nov 9, 2011 1:55 PM