Generate Entity code from db

https://codverter.com/src/sqltoclass



ref https://msdn.microsoft.com/zh-tw/library/bb399739(v=vs.100).aspx
產生 School .edmx 檔案 (Entity Framework 快速入門)


from https://cheeruplewis.wordpress.com/2016/02/24/c-%E5%88%9D%E6%8E%A2entity-framework-%E4%BA%8C/



開發環境為Visual Studio 2015、MS SQL 2008R2
範例資料庫:Northwind
(以下都將用EF直接簡稱Entity Framework)
首先開啟空白的專案
然後我會建立一個新的資料夾,專門存放EF_Model的物件
(Solution Explorer→Project→右鍵→Add→New Folder)
2016-2-24 下午 06-36-29
接著於資料夾Add New Item,選擇ADO.NET Entity Data Model
2016-2-24 下午 06-40-28.png
選擇從現有的資料庫建立EF Model
2016-2-24 下午 06-41-51.png
下一步進行連線的設定
這邊需要把預設的連線字串儲存在App.Config
然後不儲存登入User ID, Password
2016-2-24 下午 06-47-24.png
EF的版本我是選擇6.x  (和5.0之間的差異我沒有去研究)
最後勾選欲使用的資料表,甚至是View, Stored Procedure也可以
2016-2-24 下午 06-58-31.png
大功告成!






another way
Online mysql table to java class generator

http://tools.knowledgewalls.com/mysqltabletojavaclass



留言

熱門文章