[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.

Namespace: Db4objects.Db4o.Replication
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub WhereModified ( _
	query As IQuery _
)
C#
void WhereModified (
	IQuery query
)
Visual C++
void WhereModified (
	IQuery^ query
)

Parameters

query
Db4objects.Db4o.Query.IQuery
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.