0
當我創建我的實體數據模型,我有這樣一個數據庫中的情況: TableFirst:[ID,IdTableSecond,IdTableSecondAgain]; TableSecond [ID]實體數據模型 - 相同的表之間有更多的關係
創建的數據模式是:TableFirst.TableSecond和TableFirst.TableSecond1
的問題是:每一次當我創建我的實體TableFirst.TableSecond都會有同樣的關係在後面(IdTableSecond)和TableFirst.TableSecond1(IdTableSecondAgain)
或者他們可能更改? PS:對不起,我的英文不好。
我的DB是如此之大,變化如此之多以至於我無法更新,我希望重新創建它。 – Artiom 2010-08-12 12:47:48
那麼是的,你確實有一個問題:http://stackoverflow.com/questions/3360851/entity-framework-naming-of-model-with-same-types – Yakimych 2010-08-12 12:57:03