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