c# - What data retrieval method is good if I don't know schema of database? -


i retrieving tables, , make sql. want can handle take, skip. differences between databases.

skip/take/similar mapper functions... if don't know schema can't have model map to, really. ultimately, then, suspect you're looking @ more general tools sql , datatable (storing data unknown schema 1 of few uses have datatable). won't have skip/take, databases have sql way of doing (for example, row-number in sql server).


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -