Settings for comparing objects.

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

Syntax

Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration SessionSettings
C#
[FlagsAttribute]
public enum SessionSettings
Visual C++
[FlagsAttribute]
public enum class SessionSettings

Members

Member nameDescription
IncludeIdenticalRecords
Include records that are the same in both databases.
IncludeDifferentRecords
Include records that exist in both databases and are different.
IncludeRecordsInOne
Include records that exist in the first database, but not the second.
IncludeRecordsInTwo
Include records that exist in the second database, but not the first.
Default
The default setting.

See Also