I had many doubts regarding Database in windows Phone Mango.
In WP7 mango how i can enter/Insert a list of objects or observable collection to a table
I had a database (*.sdf) with me that contains some data, I used SQLMetel and i created a .cs file; but while reading that cs file it's showing plenty of irrelevent information.
My question is from that automatically generated cs file, how I can split the generated information based on my independent tables. i.e. I need to keep the information of each table in two separate cs files. For example, the student database contains student details and parents details. While creating the cs file with sql metal it's only giving a single file that contains both table related data. I need to split this table info to two independent .cs files. What do I need to do to do this?