views:

40

answers:

1

Does anyone know where I can get a full list of supported statements for linq to entities, this is statements that will be translated and run on the database...?

+5  A: 

Take a look here:

Supported and Unsupported LINQ Methods (LINQ to Entities)

I think this can be useful too:

SQL tracing LINQ to Entities

Leniel Macaferi