Fork me on GitHub
摘要: 首先创建LINQ to SQL对象模型 在“服务资源管理器中添加要连接的表”,将其拖放在***.dbml设计界面中。测试程序 DataClassesDataContext DC = new DataClassesDataContext();//创建数据上下文类的实例 var query = from item in DC.WarehouseInfo where item.Area >= 100//使用LINQ查询面积大于100平的仓库 orderby item... 阅读全文
posted @ 2013-08-26 23:44 种花生的读书人 阅读(546) 评论(0) 推荐(1) 编辑

该博客仅作为记录笔记,转载随意