Gets an object that can be used to synchronize access to the TableMappings collection.

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

Syntax

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

See Also