MemberChangeConflict Class Members
In This Topic
The following tables list the members exposed by MemberChangeConflict.
Public Properties
| Name | Description |
| CurrentValue | Gets the current value of the member in conflict. |
| DatabaseValue | Gets the actual database value of the member in conflict. |
| IsModified | Gets a value, indicating whether the member data has been changed since the last database read or refresh. |
| IsResolved | Gets a value, indicating whether the conflict has been resolved. |
| Member | Gets metadata information about the member in conflict. |
| OriginalValue | Gets the original value of the member in conflict. |
Top
Public Methods
| Name | Description |
| Resolve | Overloaded. Specifies the value to set as the current value for the member in conflict. |
Top
See Also