Enum CRUDSubscriptionEvent.EventType
Describes what kind of modification was done
Namespace: Azos.Data.Access.Subscriptions
Assembly: Azos.dll
Syntax
public enum EventType
Fields
Name | Description |
---|---|
RowDelete | |
RowInsert | |
RowUpdate | |
RowUpsert | |
TableClear | |
TableCreate | |
TableDrop |