悬崖上的指纹

导航

 

2014年3月22日

摘要: 类中的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace LinqTest 7 { 8 class LinqDemo_2 9 { 10 static void Main(string[] args) 11 { 12 StudentDBDataContext db = new StudentDBDataContext("server=.;uid=sa;pwd=123456;database=studentdb... 阅读全文
posted @ 2014-03-22 12:09 悬崖上的指纹 阅读(153) 评论(0) 推荐(0)