Abstract class used to contain a mapping.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class Mapping _
	Implements IComparable, ICloneable
C#
public abstract class Mapping : IComparable, 
	ICloneable
Visual C++
public ref class Mapping abstract : IComparable, 
	ICloneable

Inheritance Hierarchy

See Also