Returns the target table on the specified database, or returns the source table if the target table does not exist.

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

Syntax

Visual Basic (Declaration)
Public Function TargetTable ( _
	onTwo As Boolean _
) As ViewTableSuperClass
C#
public ViewTableSuperClass TargetTable(
	bool onTwo
)
Visual C++
public:
ViewTableSuperClass^ TargetTable(
	bool onTwo
)

Parameters

onTwo
Type: System..::.Boolean
true for second database.

Return Value

The target table.

See Also