I have a Xamarin.Forms app and have a sqlite DB with tables created dynamically using "Create table" command. Now, how do i fetch data from those dynamically created tables. Also, there is no model classes available for them. Any help will be greatly appreciated. Thanks.
↧