Select from following answers:- ExecuteDbDataReader

- ExecuteScalar
- ExecuteNonQuery
- All Above
Use the DbCommand.ExecuteDbDataReader method to execute the command text against the connection and return a DbDataReader.
Use the DbCommand.Prepare method to create a prepared (or compiled) version of the command on the data source. This method does not execute a command.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator