jeudi 24 mars 2016

UWP C# app connecting to existing SQLite file

All of the tutorials that exist discussing how to incorporate SQLite into a Universal Windows Platform (UWP) app discuss the need to create database tables based upon a model. Is it possible to incorporate an existing SQLite file into a new application and associate an existing table to a class model.

For instance, there are very good tutorials such as this that forces the creation of a database table in order to establish the mapping of database table to data model. What if I already have an existing table that I want to query against?

Aucun commentaire:

Enregistrer un commentaire