单项选择题
A.SqlCommand cmm =new SqlCommand(sql语句,Connection对象);B.SqlCommand cmm =new SqlCommand(Connection对象,sql语句);C.SqlCommand cmm =new SqlCommand(sql语句);D.SqlCommand cmm =new SqlCommand(Connection对象);
A.Rows获取总条数B.DataSource 获取数据源C.Name 获取控件的名称D.Columns 获取总列的名称
A.算术异常B.参数格式错误异常C.非法参数异常D.数组下标越界异常