4. Executing LINQ and E-SQL queries
When designing model, and especially when debugging it, it is often necessary to emulate model execution - to execute LINQ and Entity SQL queries. You can check correctness of the entity mapping and view data returned by the model. Also, you can view SQL, generated by LINQ and Entity SQL queries.
Tip:To create a query click the Create New Query button on the Standard toolbar or press CTRL+Q.
Tip: Use Query Type combobox on the Query toolbar to select query language.