What are various ways to have relationships (One-to-Many, Many-to-Many, etc) between database tables. I don't want to use SQLite-Net Extensions.
Does anyone know any sources for this. If you know one, kindly give a very simple example of doing it.
I've heard it can be done using LINQ's Join method. If you know how to use this, please provide a simple working example.