Parkaran Preet
Results
2
comments of
Parkaran Preet
try this before using transaction: `database.DatabaseProperties.ORID = new ORID();`
Try doing like this it worked for me and my friend @[RaffaeleMays](https://github.com/RaffaeleMays) `var a = new MyClass { Name = "A" }; database.DatabaseProperties.ORID = new ORID(); database.Transaction.Add(a); database.Transaction.Commit();`