Enum of Conflict Type Categories
| C# |
public enum ConflictType
| Member | Description |
|---|---|
| Unknown |
Unknown conflict reason
|
| Concurrency |
Conflicts that occurred due to concurrency (ie, another user updated the same data before this operation was attempted)
|
| Security |
Conflicts that occurred due to security failure
|
| ForeignKeyConstraint |
Conflicts that occurred due to a foreign key violation
|