The SqlType of the field in the first database, or the underlying SqlType of the User Defined Type of the field.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SqlType1 As SqlType
C#
public SqlType SqlType1 { get; }
Visual C++
public:
property SqlType SqlType1 {
	SqlType get ();
}

See Also