문제

I'm new to Xamarin, MonoTouch and C#, but I have got the hang of it. I found SQLite-NET in here https://github.com/praeclarum/sqlite-net but I'm not sure how to "install" it, I mean, should I just use the SQLite.cs file, or maybe reference the whole project, etc...

What are the steps to use SQLite-NET on a Xamarin project?

도움이 되었습니까?

해결책

Use the version from the component store. From inside your solution you should be able to click on components and search for SQLite, then click Install. It will download and install the DLLs for you, add the reference, and provide you with getting started documentation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top