摘要: 1.往数据库添加数据 1 NorthwindDataContext abc = new NorthwindDataContext(); 2 abc.Log = Console.Out; 3 User a = new User()... 阅读全文
posted @ 2013-12-01 10:47 naraku666 阅读(152) 评论(0) 推荐(0)