Persistate API documentation
LocalVersion Property
NamespacesPersistateDatabaseExceptionArgsLocalVersion

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

Gets the local vesion of an object which is the subject of an update conflict.
Declaration Syntax
C#
public Persistent LocalVersion { 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)