01 2016 档案

linq语法大全(转集)
摘要:Join操作符 适用场景:在我们表关系中有一对一关系,一对多关系,多对多关系等。对各个表之间的关系,就用这些实现对多个表的操作。 说明:在Join操作中,分别为Join(Join查询), SelectMany(Select一对多选择)和GroupJoin(分组Join查询)。 该扩展方法对两个序列中 阅读全文

posted @ 2016-01-29 13:56 空明流光 阅读(884) 评论(0) 推荐(0) 编辑

linqpad使用方法备忘
摘要:1.使用EF更新数据库 void Main() { var items = (from item in CM_BookPages where item.BookID !=1 select item).ToList(); CM_BookPages.DeleteAllOnSubmit(items); S 阅读全文

posted @ 2016-01-26 17:35 空明流光 编辑

SQL系统数据库简介(mssqlsystemresource)
摘要:mssqlsystemresource 阅读全文

posted @ 2016-01-20 11:32 空明流光 阅读(534) 评论(0) 推荐(0) 编辑

用户身份模拟
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.ComponentModel;using Syste... 阅读全文

posted @ 2016-01-06 13:58 空明流光 阅读(301) 评论(0) 推荐(0) 编辑

TTS通过JavaScript调用
摘要: 阅读全文

posted @ 2016-01-04 15:30 空明流光 阅读(1145) 评论(0) 推荐(0) 编辑

导航