I want to use ...ExecuteStoreQuery... function of Entity Framework and I was wondered that my context variable didn't have ...ExecuteStoreQuery... method....So, I discovered that it's a method of ...ObjectContext... class, but I've already used ...DbConte...