Question: QUESTION 5 1 points Save Answer = Given a valid SqlCommand object named selectCommand, which of the following statements creates a SqlDataReader object that returns

 QUESTION 5 1 points Save Answer = Given a valid SqlCommand

QUESTION 5 1 points Save Answer = Given a valid SqlCommand object named selectCommand, which of the following statements creates a SqlDataReader object that returns a single row? a. Dim employeeReader As SqlDataReader selectCommand.ExecuteReader (Single) O b. Dim employeeReader As SqlDataReader selectCommand. GetSqlDataReaderSingle () C. Dim employeeReader As SqlDataReader = = selectCommand.ExecuteReader (CommandBehavior. SingleRow) d. Dim employeeReader As SqlDataReader = selectCommand. GetSqlDataReader ()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!