Besides querying an OpenAccess Domain Model by using standard LINQ expressions, there is one more way you can query the domain model, and that is through the OpenAccess ADO API. Using LINQ queries is simple and easy. However, if you are concerned about the performance and comfortable writing ADO.NET like code, then the OpenAccess ADO API is perfect for you.
All ADO API Operations are Executed Within a Transaction
Every time you do something through the context, you are in a transaction. The transactions are automatically handled by OpenAccess ORM. Respectively, all ADO API queries and commands are executing in a transaction.
In this section: