Enum CrudType Crud type for database operation Insert = 0, Update = 1, Delete = 2 Namespace: Simplic.Change.Tracking Assembly: Simplic.Change.Tracking.dll Syntax public enum CrudType Fields Name Description Delete Insert Update