Have you tried using Linq with EntityFramework 7? If that doesn't work, just create either a WCF Rest service of MVC WebAPI and get all you data that way.
If the device won't have network access in such a way, you can also try SQL-Lite for local storage.