UnitOfWorkBlockType Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
Inserts | 0 | All entity insert actions | |
Updates | 1 | All entity update actions | |
Deletes | 2 | All entity delete actions. | |
DeletesPerformedDirectly | 3 | All delete actions performed directly on the database. | |
UpdatesPerformedDirectly | 4 | All update actions performed directly on the database. |
(c)2002-2018 Solutions Design bv