Hi, I'm new to C# and Xamarin (looking to produce Android and iOS versions of an app.) - Using Starter version on Win7/64.
I'm trying to use SQLite and have found some examples, but
using System.Data; using Mono.Data.SqliteClient;
are not found.
What am I missing?
Thanks.