Abstract class for creating a set of mappings from a list of database objects.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class Mappings _
	Implements IList, ICollection, IEnumerable, ICancellable
C#
public abstract class Mappings : IList, 
	ICollection, IEnumerable, ICancellable
Visual C++
public ref class Mappings abstract : IList, 
	ICollection, IEnumerable, ICancellable

Inheritance Hierarchy

See Also