Select from following answers:- Set CommandText to "UpdateOrder".
- Call the ExecuteNonQuery method.
- Set CommandType to StoredProcedure.
- All Above
The ExecuteNonQuery method executes a Transact-SQL statement against the connection and returns the number of rows affected.
Set the CommandType property to StoredProcedure to execute a stored procedure.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator