Contains a mapping from a view or table to another view or table. Also contains information on the criteria used for matching the two tables, which can be based on an index or an arbitrary set of mapped fields.

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

Syntax

Visual Basic (Declaration)
Public Class TableMapping _
	Inherits Mapping
C#
public class TableMapping : Mapping
Visual C++
public ref class TableMapping : public Mapping

Inheritance Hierarchy

System..::.Object
  RedGate.SQLCompare.Engine..::.Mapping
    RedGate.SQLDataCompare.Engine..::.TableMapping

See Also