EntityConflict.Resolve Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Resolves the conflict by updating the entity's original state with the current store state.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub Resolve
'Usage
Dim instance As EntityConflict
instance.Resolve()
public void Resolve()
public:
void Resolve()
member Resolve : unit -> unit
public function Resolve()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This method is called when IsDeleted is true. |
Remarks
The EntityConflict property on the object in the CurrentEntity property is cleared when this method is called.