A collection of TableDifference objects.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class TableDifferences _
	Inherits InternalCollectionBase
C#
public sealed class TableDifferences : InternalCollectionBase
Visual C++
public ref class TableDifferences sealed : public InternalCollectionBase

Remarks

Contains the results of a comparison.

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.InternalCollectionBase
    RedGate.SQLDataCompare.Engine..::.TableDifferences

See Also