Removes all objects from the IndexMappings instance.

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

Syntax

Visual Basic (Declaration)
Public Sub Clear
C#
public void Clear()
Visual C++
public:
void Clear()

Remarks

If there is an index mapping, also sets the IndexMapping on the parent table class to null, and clears the MatchingMappings.

See Also