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

See Also