The FieldMappings that are used to compare the databases. These may have been set from an IndexMapping.

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

Syntax

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

Remarks

Changing the mapping of fields that are used for matching may have unforseen consequences.

See Also