The field from the second database.

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

Syntax

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

See Also