以下Command对象的那个方法执行SQL语句并返回受影响的行数()
A: ExcuteScalar()
B: ExcuteNonQuery()
C: ExcuteXMLReader()
D: ExcuteReader()
A: ExcuteScalar()
B: ExcuteNonQuery()
C: ExcuteXMLReader()
D: ExcuteReader()
举一反三
- 以下Command对象的那个方法执行SQL语句并返回受影响的行数() A: ExcuteScalar() B: style="white-space: normal; widows: auto; color: rgb(51, 51, 51); font-family: 微软雅黑, 宋体, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 14px; line-height: 18px; background-color: rgb(255, 255, 255);">ExcuteNonQuery() C: ExcuteXMLReader() D: ExcuteReader()
- 以下Command对象的那个方法执行SQL语句并返回受影响的行数( )
- 方法执行指定为Command对象的命令文本的SQL语句,并返回受SQL语句影响或检索的行数。(选一项)
- SqlCommand对象中对连接执行SQL语句并返回受影响的行数的方法是 。
- ()方法执行指定为Command对象的命令文本的SQL语句,并返回受SQL语句影响或检索的行数。 A: ExecuteNonQuery B: ExecuteReader C: ExecuteQuery D: ExecuteScalar