Which below is specified by the DataMember Property?

  1. Connection object

  2. DataAdapter object

  3. Database field

  4. Database table

  5. Dataset object


Correct Option: D
Explanation:

To answer this question, the user needs to know what the DataMember property is used for in the context of data access in .NET applications.

The DataMember property is used to specify the name of the database table or view that the data is retrieved from. Therefore, the correct answer is:

The Answer is: E. Database table

Find more quizzes: