有些VPN是可以在remote与local之间copy/paste text的。
以下是我刚才的结果
-------------------------------------------------------
try
{
var result = (from vc in Context.ViolationConversion
where vc.RaterBridge == raterBridge
&& vc.RaterState == state
&& vc.RaterValue == raterViolation
select vc
);
return result.ToDtoList
}
catch (Exception ex)
{
throw HandleException(ex);
}
这就是我刚刚在公司电脑上ctrl-C,再到我这自家电脑上ctrl-V得来的
所有跟帖:
•
linq,good!!
-撅着挺好-
♂
(0 bytes)
()
07/14/2009 postreply
19:22:33