string sqls=string.Format(“select * from user where username='{0}' and password='{1}'”,textBox1.Text.Trim(),textBox2.Text.Trime());请教,C#中上面查询语句如何用FreeSQL语句实现 。我用的的是sqllite数据库,谢谢!