C# (CSharp) LightningDB LightningEnvironment.BeginTransaction - 6 examples found. These are the top rated real world C# (CSharp) examples of LightningDB.LightningEnvironment.BeginTransaction extracted from open source projects. You can rate examples to help us improve the quality of examples.
Create a transaction for use with the environment. The transaction handle may be discarded using Abort() or Commit(). Note: Transactions may not span threads; a transaction must only be used by a single thread. Also, a thread may only have a single transaction. Cursors may not span transactions; each cursor must be opened and closed within a single transaction.