Skip to content

godfreycomputing/DataAccessGenerics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataAccessGenerics

Steps:

make sure you have SQLite-net-pcl nuget installed.

I would create a separate SQLite data access class (optional)

instantiate the ISQliteDataAcces as a new SQliteDataAccess

4 methods available

GetAllData - This loads all data of a specific type into a List for use with Linq. SaveData - Saves a single of type T UpdateData - Updates an existing item of type DeleteData - Deletes an existing item of type

Possible Exceptions: No Elements Found Index Out Of Range Constraint

Releases

No releases published

Packages

No packages published

Languages