The field from the first database.

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

Syntax

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

See Also