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

See Also Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

Where Property

RedGate.SQLDataCompare.Engine Namespace > TableMapping Class : Where Property (TableMapping)

Where clause object used on the databases.

[Visual Basic]
Public Property Where As WhereClause
[C#]
public WhereClause Where {get; set;}
[C++]
public: __property WhereClause* get_Where(); public: __property void set_Where(    WhereClause* value );
[C++/CLI]
public: property WhereClause^ Where {    WhereClause^ get();    void set (WhereClause^ value); }

Remarks

Initialized to empty strings.

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.