What is the role of Entity Client Data Provider?

Technology CommunityCategory: Entity FrameworkWhat is the role of Entity Client Data Provider?
VietMX Staff asked 3 years ago

Responsibility of Entity Client Data Provider is to convert the LINQ to Entities or Entity SQL queries to a SQL query, which is understood by the underlying database. This finally communicates with ADO.NET Data Provider which in turn used to talk to the database.