Top "Entity-sql" questions

Entity SQL is a storage-independent query language that is similar to SQL.

Entity Framework 4.0 Entity SQL passing null ObjectParameter parameters

I have an Entity SQL query: SELECT VALUE t FROM MyEntities AS t WHERE t.Name = @p OR (@p IS …

.net entity-framework .net-4.0 entity-framework-4 entity-sql
How to implement EntityDataSource Where IN entity sql clause

I want to pass a number of values into a parameter of the EntityDataSource, e.g.: Where="it.ORDER_ID …

entity-framework entitydatasource entity-sql