If true, the matching keys for the table were not unique, and therefore synchronization may not be possible.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Function RepeatedKeys ( _
	runOnTwo As Boolean _
) As Boolean
C#
public bool RepeatedKeys(
	bool runOnTwo
)
Visual C++
public:
bool RepeatedKeys(
	bool runOnTwo
)

Parameters

runOnTwo
Type: System..::.Boolean
True to run on the second database.

See Also