See Also

RedGate.SQLDataCompare.Engine Namespace

Requirements

Namespace: RedGate.SQLDataCompare.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.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

synchronizationRecord
The record to include.
See Also Requirements Languages RedGate.SQLDataCompare.Engine Send comments on this topic.

SelectionDelegate Delegate

RedGate.SQLDataCompare.Engine Namespace : SelectionDelegate Delegate

The delegate called to indicate whether a record should be included in the synchronization SQL script.

[Visual Basic]
Public Delegate Function SelectionDelegate( _    ByVal synchronizationRecord As SynchronizationRecord _ ) As Boolean
[C#]
public delegate bool SelectionDelegate(    SynchronizationRecord synchronizationRecord );
[C++]
public: __gc __delegate bool SelectionDelegate(    SynchronizationRecord synchronizationRecord )
[C++/CLI]
public delegate bool SelectionDelegate(    SynchronizationRecord synchronizationRecord )

Parameters

synchronizationRecord
The record to include.

Requirements

Namespace: RedGate.SQLDataCompare.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.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

See Also

RedGate.SQLDataCompare.Engine Namespace

 

 


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