If you look in the source there's a solid SqlCommand
in there. (Why do I need to even look in the source to find this out?)
Doesn't this in part defeat the point of using Entity Framework. i.e. to abstract away the database?
Couldn't they have a least made the bits that need raw SQL pluggable so that they could be replaced with for example a Postgresql implementation?