Specifies whether the FieldMapping can be used in a matching mapping.

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

Syntax

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

See Also