Generating Entity Framework based on Views: Nullable types
问题 Some of the properties in a class generated by EF are nullable, and some arent. My first instinct was that this should be driven by Nullable property returned by sp_help MyView. But that doesn't seem to be the case. Some of my types that are returned as Nullable by sp_help get generated as Nullable , while others, get generated as just bool instead of Nullable*bool* what is it driven by, and is there any way to control it by the view? as a test i created ViewA and than ViewB which selected