mardi 15 septembre 2015

SQLite PCL for VB.NET, How to Query?

I've seen many exmples of this being used in C# to query using attribute to reference the table mapping. This does not work in Visual basic. Does anyone know how to query the SQLite Database?

Example here: SQLite net PCL - Simple select

The Below code is an example of what I have, yet this does not work

custs = db.Query(lcCust)("SELECT lcCust.* FROM lcCust")

Aucun commentaire:

Enregistrer un commentaire