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

相关文章:

  • 2021-06-14
  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-14
  • 2021-05-30
  • 2021-09-15
  • 2021-08-02
相关资源
相似解决方案