G
Guest
Using the Visual Studio designer, I can easily create a typed dataset. It is
possible to set default values for table columns by setting the default in
the designer. I can do this easily for boolean and integer types, but if I
have a string field and I want to set the default to "", I can not find a way
to do this. If I go into the auto generated cs file and make the change, it
gets wiped out if I ever make any other changes in the designer. Is there a
way to set the DefaultValue of a string column to be empty string for typed
datasets created using the Visual Studio designer? Thank you.
possible to set default values for table columns by setting the default in
the designer. I can do this easily for boolean and integer types, but if I
have a string field and I want to set the default to "", I can not find a way
to do this. If I go into the auto generated cs file and make the change, it
gets wiped out if I ever make any other changes in the designer. Is there a
way to set the DefaultValue of a string column to be empty string for typed
datasets created using the Visual Studio designer? Thank you.