摘要:
Never go out there to see what happens,go out there to make things happen. 天气晴🌞,微风 🍓 杂记 图床 "https://imgchr.com/" Blog plugins "https://aplayer.js.or 阅读全文
摘要:
database first * “数据库优先”,前提是你的应用已经有相应的数据库,你可以使用EF设计工具根据数据库生成数据类,你可以使用Visual Studio模型设计器修改这些模型之间对应关系。生成的设计器文件EDMX(EFruntime,SSDL,CSDL,C-S mapping,EF De 阅读全文
摘要:
DML(data manipulation language)数据操纵语言: SELECT、UPDATE、INSERT、DELETE。 主要用来对数据库的数据进行一些操作。1.SELECT - retrieve data from the a database 查询 2.INSERT - insert data into a table添加 3.UPDATE - update... 阅读全文