I am trying to use Entity Framework 6 (EF) with a Visual FoxPro database (using package VFPEntityFrameworkProvider2 from NuGet) I am able to make the connection just fine. I am able to load data from most tables. ...The problem occurs when I try to retrie...