Multiple choice technology platforms and products

A connection to the database in Entity framework is in the form of object of class

  1. SQLConnection

  2. DbConnection

  3. EntityConnection

  4. 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.