Version 2.5, Adapter
Why is this checkbox sometimes disabled in the designer? I have a field that is nullable in the database, but I can't change the "Generate as Nullable type" option because the checkbox is disabled...
What's the type of the field? Or to be more specific what's the mapped .NET type?
Nullable types are not for reference types like "string", these can already have null values.
Walaa wrote: What's the type of the field? Or to be more specific what's the mapped .NET type? Nullable types are not for reference types like "string", these can already have null values.
Walaa wrote:
They are Strings Guess that answers my question!