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
Post a Comment