See Also

TableDifference Members  | 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

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

TableDifference Class

RedGate.SQLDataCompare.Engine Namespace : TableDifference Class

The results of a table being compared in two databases.

For a list of all members of this type, see TableDifference members.

Object Model






Inheritance Hierarchy

System.Object
   RedGate.SQLDataCompare.Engine.TableDifference

Syntax

[Visual Basic]
Public NotInheritable Class TableDifference
[C#]
public sealed class TableDifference
[C++]
public __gc __sealed class TableDifference
[C++/CLI]
public ref class TableDifference sealed

Remarks

When CompareDatabases is called, its TableDifferences collection contains a set of TableDifference objects, each one corresponding to a table that has been compared. Each TableDifference object contains properties giving a summary of the number of different records in the two tables, and a series of ResultsStore objects containing the details of differing and identical rows.

Example

See ComparisonSession for an in-depth example.

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

TableDifference Members  | RedGate.SQLDataCompare.Engine Namespace

 

 


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