Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

OperationTypes Enumeration

Indicates the type of operation being performed.

Namespace:  Tortuga.Chain.AuditRules
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public enum OperationTypes
Public Enumeration OperationTypes
public enum class OperationTypes

Members


Member nameDescription
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.

Remarks


Keep numbers in sync with Metadata.OperationType.