这就是我刚刚在公司电脑上ctrl-C,再到我这自家电脑上ctrl-V得来的

有些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);
}

所有跟帖: 

linq,good!! -撅着挺好- 给 撅着挺好 发送悄悄话 (0 bytes) () 07/14/2009 postreply 19:22:33

请您先登陆,再发跟帖!