下列选项中,创建SqlCommand类的实例正确的是()。A.SqlCommand SqlCommand类的实...
A.SqlCommand SqlCommand类的实例名=new SqlCommand(SQL语句);
B.SqlCommand SqlCommand类的实例名=new SqlCommand(SQL语句,数据库连接类的实例);
C.SqlCommand SqlCommand类的实例名=new SqlCommand(存储过程名称);
D.SqlCommand SqlCommand类的实例名=new SqlCommand(数据库连接类的实例);