在ADO.NET中,为了执行一个存储过程,需要把Command对象的CommandType属性设置为()。
A:CommandType.StoredProcedure
B:CommandType.TableDirect
C:CommandType.Text
D:CommandType.Sql
出自:计算机科学