DbModelBuilderVersion vs. SchemaVersion 1:2
We changed EdmModel to expose DbModelBuilderVersion. However this does not work for the designer for several reasons -
mostly because the designer will still need to handle version 1 schemas but also because Schema Version on EdmModel
feels more appropriate than DbModelBuilderVersion. Changing EdmModel back to expose Schema Version rather than DbModelBuilderVersion.
↧