Contains a mapping from a field in one table to a field in another table.

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

Syntax

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

Inheritance Hierarchy

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

See Also