Which is the full text-based query language
-
Entity SQL
-
LINQ to Entities
-
LINQ to SQL
-
LINQ to Entity SQL
A
Correct answer
Explanation
Entity SQL is a full text-based query language for Entity Framework, similar to SQL but operates on the conceptual model rather than directly on database tables. Unlike LINQ to Entities (which uses C#/VB.NET syntax), Entity SQL provides a string-based, SQL-like query syntax that can be dynamically constructed and executed at runtime.