The setting to be used when the table differences are refreshed.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TableMapping As TableMapping
C#
public TableMapping TableMapping { get; }
Visual C++
public:
property TableMapping^ TableMapping {
	TableMapping^ get ();
}

See Also