06 2010 档案

摘要:/**============================主要演示C#3.0的新特性=====================*一、自动属性*二、对像和集合初始化器*三、扩展方法*四、Lambda表达式* 13/6/2010 Berlin**/using System;using System.Collections.Generic;using System.Linq;using System... 阅读全文
posted @ 2010-06-17 20:56 风清云淡 阅读(348) 评论(0) 推荐(0)
摘要:起源:最近有同事在执行存储过程和SQL语句,存储过程中的SQL和SQL语句一样,却发现执行的结果不一样,经分析发现是表的所有者不同造成 Create proc TestProc @ProductID int as Begin Select ProductName From ProductInfo Where ProductID=@ProductID End -------------------... 阅读全文
posted @ 2010-06-03 20:57 风清云淡 阅读(357) 评论(0) 推荐(0)