db4o

IReplicationProcess.WhereModified Method 

adds a constraint to the passed Query to query only for objects that were modified since the last replication process between the two ObjectContainers involved in this replication process.

void WhereModified(
   IQuery query
);

Parameters

query
the Query to be constrained

Remarks

adds a constraint to the passed Query to query only for objects that were modified since the last replication process between the two ObjectContainers involved in this replication process.

See Also

IReplicationProcess Interface | Db4objects.Db4o.Replication Namespace