The CommandType property of a command object can be set to _______ when executing a stored procedure.

  • StoredProcedure
  • TableDirect
  • Text
  • View
The CommandType property of a command object is set to StoredProcedure when executing a stored procedure. This tells the command object that the CommandText property contains the name of a stored procedure to execute.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *