Click or drag to resize
UnitOfWorkBlockType Enumeration
Enum which is used to specify block types, to identity groups of actions under the same type, e.g. inserts or updates.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum UnitOfWorkBlockType
Members
  Member nameValueDescription
Inserts0 All entity insert actions
Updates1 All entity update actions
Deletes2 All entity delete actions.
DeletesPerformedDirectly3 All delete actions performed directly on the database.
UpdatesPerformedDirectly4 All update actions performed directly on the database.
See Also