Determines whether the specified field is being used for matching the databases.

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

Syntax

Visual Basic (Declaration)
Public Function IsMatching ( _
	fieldName As String, _
	inTwo As Boolean _
) As Boolean
C#
public bool IsMatching(
	string fieldName,
	bool inTwo
)
Visual C++
public:
bool IsMatching(
	String^ fieldName, 
	bool inTwo
)

Parameters

fieldName
Type: System..::.String
The name of the field.
inTwo
Type: System..::.Boolean
true if the check is to be performed on the second database.

Return Value

true if the field is being used for matching.

See Also