1. Create a new model from an existing database. Make sure some columns have nullable set to "true"
2. View EDMX
The imported SSDL sets the Nullable attribute on every property, where before it would only explicitly set it if nullable was "false." (If it is not defined, it is assumed to be "true")
2. View EDMX
The imported SSDL sets the Nullable attribute on every property, where before it would only explicitly set it if nullable was "false." (If it is not defined, it is assumed to be "true")