Which is not the an ADO.NET object
-
SqlDataAdapter
-
SqlConnection
-
SqlDataReader
-
SqlDataView
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.