db4o

Db4oReplicationConflict.sourceObject Method 

gets the object that caused the conflict from the source com.db4o.ObjectContainer .

[Visual Basic]
Function sourceObject() As Object
[C#]
object sourceObject();
[C++]
Object* sourceObject();
[JScript]
function sourceObject(): Object;

Return Value

the object as it exists in the source com.db4o.ObjectContainer .

See Also

Db4oReplicationConflict Interface | com.db4o.ext Namespace