Row Operation Types
| C# |
public enum RowType
| Member | Description |
|---|---|
| Insert |
Insert
|
| Update |
Update
|
| Delete |
Delete
|
| UpdateSkippedForNoChange |
A operation that would have been an update, but was skipped because no actual data was altered
|