See Also

RedGate.SQLCompare.Engine Namespace

Requirements

Namespace: RedGate.SQLCompare.Engine

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

Assembly: RedGate.SQLCompare.Engine (in RedGate.SQLCompare.Engine.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

obj
The object for which the name is to be generated.
useFullName
If true, uses the fully-qualified name. If false, uses the name.
context
The context object passed back from the Mappings class.
See Also Requirements Languages RedGate.SQLCompare.Engine Send comments on this topic.

PrepareStringDelegate Delegate

RedGate.SQLCompare.Engine Namespace : PrepareStringDelegate Delegate

Creates the name used for comparing two objects when using the CreateMappings method.

[Visual Basic]
Public Delegate Function PrepareStringDelegate( _    ByVal obj As IDatabaseObject, _    ByVal useFullName As Boolean, _    ByVal context As Object _ ) As String
[C#]
public delegate string PrepareStringDelegate(    IDatabaseObject obj,    bool useFullName,    object context );
[C++]
public: __gc __delegate string* PrepareStringDelegate(    IDatabaseObject* obj,    bool useFullName,    Object* context )
[C++/CLI]
public delegate String^ PrepareStringDelegate(    IDatabaseObject^ obj,    bool useFullName,    Object^ context )

Parameters

obj
The object for which the name is to be generated.
useFullName
If true, uses the fully-qualified name. If false, uses the name.
context
The context object passed back from the Mappings class.

Requirements

Namespace: RedGate.SQLCompare.Engine

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

Assembly: RedGate.SQLCompare.Engine (in RedGate.SQLCompare.Engine.dll)

See Also

RedGate.SQLCompare.Engine Namespace

 

 


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