ObjectChangeConflict.Resolve Method
Include Protected Members
Include Inherited Members
Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges.
Overload List
Name | Description | |
---|---|---|
Resolve() | Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges. | |
Resolve(RefreshMode) | Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges. | |
Resolve(RefreshMode, Boolean) | Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges. |
Top