If an IndexMapping is being used for matching, this is the IndexMapping. Its FieldMapping is also in MatchingMappings.

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

Syntax

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

See Also