See Also

TableMapping Class  | TableMapping Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

fieldName
The name of the field.
inTwo
true if the check is to be performed on the second database.
See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

IsMatching Method

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : IsMatching Method

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

[Visual Basic]
Public Function IsMatching( _    ByVal fieldName As String, _    ByVal inTwo As Boolean _ ) As Boolean
[C#]
public bool IsMatching(    string fieldName,    bool inTwo );
[C++]
public: bool IsMatching(    string* fieldName,    bool inTwo )
[C++/CLI]
public: bool IsMatching(    String^ fieldName,    bool inTwo )

Parameters

fieldName
The name of the field.
inTwo
true if the check is to be performed on the second database.

Return Type

true if the field is being used for matching.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

TableMapping Class  | TableMapping Members

 

 


© 2003 - 2006 Red Gate Software Ltd. All Rights Reserved.