单项选择题

向数据源中插入一条记录,需要将命令对象的CommandText属性设置为SQL语言的insert命令后,再调用命令对象的()方法

A.ExecuteNonQuery
B.ExecuteReader
C.ExecuteScalar
D.ExecuteXmlReader