db4o

Db4oReplicationConflict.source Method 

returns the source com.db4o.ObjectContainer .

[Visual Basic]
Function source() As ObjectContainer
[C#]
ObjectContainer source();
[C++]
ObjectContainer* source();
[JScript]
function source(): ObjectContainer;

Return Value

the source com.db4o.ObjectContainer

See Also

Db4oReplicationConflict Interface | com.db4o.ext Namespace