108.

True or false: The SqlCommand class supports execution of both queries and stored procedures.

SqlCommand has several different execute methods and several properties that are used to control the type of command that is run. For example, to run a stored procedure, its CommandType property is set to StoredProcedure.