I have disabled DataSet from ADO.NET. I do not need or can use the ADO.NET connection, transaction, command, or anything else besides this DataSet and its contents. This is an optional limitation of the save library that I should use.
Are there any ORM frameworks that can execute all display elements without connecting to a database?
source
share