摘要:
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 阅读全文