Returns the field in the first database.

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

Syntax

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

See Also