MemberChangeConflict.Resolve Method
Include Protected Members
Include Inherited Members
Resolves the discrepancy between the client value (that is, the value in the current process on the front-end Web server) and the database value by assigning to the client version a value that is persisted to the database on the next call of SubmitChanges.
Overload List
Name | Description | |
---|---|---|
Resolve(Object) | Resolves the discrepancy by setting client value (that is, the value in the current process on the front-end Web server) of the field (or property) to the specified object. | |
Resolve(RefreshMode) | Resolves the discrepancy using the specified refresh mode. |
Top