OperationTypes Enumeration
Indicates the type of operation being performed.
Namespace:
Tortuga.Chain.AuditRulesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Members
| Member name | Description | |
|---|---|---|
| None | Undefined operation. | |
| Insert | Applies the rule when performing an insert operation (including the insert portion of an Upsert) | |
| Update | Applies the rule when performing an update operation (including the update portion of an Upsert) | |
| InsertOrUpdate | Applies the rule when performing an insert or update operation (including the update portion of an Upsert) | |
| Delete | Applies the rule when performing a delete operation. | |
| Select | Applies the rule when performing a select operation. | |
| SelectOrDelete | Applies the rule when performing a select or delete operation. |

