Enum RowChangeType
Describes what kind of modification was done
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public enum RowChangeType
  Fields
| Name | Description | 
|---|---|
| Delete | |
| Insert | |
| Update | |
| Upsert | 
Describes what kind of modification was done
public enum RowChangeType
  | Name | Description | 
|---|---|
| Delete | |
| Insert | |
| Update | |
| Upsert |