....
....
adors.Open "select * from user where name='" & Combo1.Text) & "'"
.....
.....

用VB 访问SQL SERVER 时提交变量时,只需在变量的两边加上'" & Combo1.Text) & "'就可,在C# 中是怎样的格式呢?