Multiple choice technology platforms and products

Which is the full text-based query language

  1. Entity SQL

  2. LINQ to Entities

  3. LINQ to SQL

  4. LINQ to Entity SQL

Reveal answer Fill a bubble to check yourself
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.