Multiple choice technology platforms and products A connection to the database in Entity framework is in the form of object of class SQLConnection DbConnection EntityConnection ODBCConnection Reveal answer Fill a bubble to check yourself C Correct answer Explanation EntityConnection is the class used to establish a connection to the conceptual model in Entity Framework. DbConnection is a generic base class, SQLConnection is SQL-specific, and ODBCConnection is for ODBC.