Linq to SQL 学习路线图
摘要:LINQ to SQL1 Linq基础1.1 Lamada ExpessionAllow the definition of anonymous methods using moreconcise syntax.delegate int del(int i);del myDelegate = x => x * x;int j = myDelegate(5); //j = 25public i...
阅读全文
posted @ 2009-09-01 10:54
浙公网安备 33010602011771号