This question is locked. New answers and comments are not allowed.
How are interesting in switching to OpenAccess from the Entity Framework, but our application needs to be able to execute raw SQL commands... including insert, update and delete commands.
1) Can OpenAccess execute SQL commands... similar to EF's ObjectContext.ExecuteStoreCommand(...) method?
2) Can the commands be executed along with the auto-generated insert/update/delete code?
1) Can OpenAccess execute SQL commands... similar to EF's ObjectContext.ExecuteStoreCommand(...) method?
2) Can the commands be executed along with the auto-generated insert/update/delete code?