Returns the field mappings for the tables.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FieldMappings As FieldMappings
C#
public FieldMappings FieldMappings { get; }
Visual C++
public:
property FieldMappings^ FieldMappings {
	FieldMappings^ get ();
}

See Also