摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Lanbda表达式做参数{ class Program { static void Main(string... 阅读全文
posted @ 2015-09-16 23:22 Alfred.Xu 阅读(160) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;/*使用委托参数的实例* 1、Func是Linq的预定义的委托类型* 2、public delegate TR Func();//TR ... 阅读全文
posted @ 2015-09-16 23:09 Alfred.Xu 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 参考新浪文章http://blog.csdn.net/liuxilil/article/details/6718409--测试不可select * from [dbo].[Storage_WeiWai] where WeiWaiId not in (select RowGuid from [dbo]... 阅读全文
posted @ 2015-09-16 16:33 Alfred.Xu 阅读(325) 评论(0) 推荐(0) 编辑