Persistate API documentation
RemoteVersion Property
NamespacesPersistateDatabaseExceptionArgsRemoteVersion

[This is preliminary documentation and is subject to change.]

Gets the remote version of an object which is the subject of an update conflict.
Declaration Syntax
C#
public Persistent RemoteVersion { get; }
Remarks
This happens when another (remote) session has updated the same version of an object that the local session has attempted to update. This will be non null only when the exception's DatabaseResultType is UpdateConflict.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)