True if the FieldPair is used to match the databases.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Matching As Boolean
C#
public bool Matching { get; }
Visual C++
public:
property bool Matching {
	bool get ();
}

See Also