Returns the field in the second database.

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

Syntax

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

See Also