The ResultsStore type of 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 Type2 As FieldType
C#
public FieldType Type2 { get; }
Visual C++
public:
property FieldType Type2 {
	FieldType get ();
}

See Also