daelmo wrote:
You can field the IsNullable flag on the field. For instance_ CustomerFields.City.IsNullable_
That's actually the issue. In this case, IsNullable returns False because the view uses an ISNULL function for the field, but IsOptional (if it was there) would return true.
I'm using an updatable view and the ISNULL function creates a default value for a particular field.
It would be fantastic to have all the mapping information that is in the project file available in the runtimes. At the moment, there's lots of information that requires including the project file within an application then querying the xml.