delete from 表名 where 数据库中对应的列名1='"+txtbox1.Text+"',数据库中对应的列名2='"+txtbox2.Text+"' and 数据库中对应的列名3='"+txtbox3.Text+"';
条件用and连接或者用嵌套