OrmLite IsolationLevel

How would I use IsolationLevel.Snapshot and IsolationLevel.ReadUncommitted with OrmLite for CRUD actions?

See the Transaction Support in the docs, it’s just using ADO.NET transactions with the OpenTransaction() API taking care of assigning it to new db commands created within its scope.