The base type of the underlying SQL Variant.

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

Syntax

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

See Also