摘要: using System.Data.Linq.SqlClient;string[] seatnos =new string[]{"mike","john"};SqlMethods.Like( c.VoiceName, "%" + txt_VoiceName.Text + "%" ) && ( seatnos.Contains( c.Operator ) ) orderby c.OperateTime descending, c.VoiceState ascending 阅读全文
posted @ 2010-04-01 13:17 过错 阅读(145) 评论(0) 推荐(0) 编辑