Multiple choice technology programming languages

Which is not the an ADO.NET object

  1. SqlDataAdapter

  2. SqlConnection

  3. SqlDataReader

  4. SqlDataView

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SqlDataView is not a valid ADO.NET class. DataView is the correct class name and is provider-independent. SqlDataAdapter, SqlConnection, and SqlDataReader are all legitimate SQL Server-specific ADO.NET objects found in System.Data.SqlClient namespace.