You are creating a method that will be used as an UpdateCommand with the ObjectDataSource control. Your code uses a SqlCommand object to perform an update. You need to add the parameters and their values using the least amount of code. What method will you use?
a.The Add method of the Parameters collection
b.The AddParameter method of the SqlCommand object
c.The AddUpdateParameter method of the SqlCommand object
d.The AddWithValues method of the Parameters collection