Wrapper class for the SQL Variant data type.

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

Syntax

Visual Basic (Declaration)
Public Class DataCompareVariant _
	Implements IComparable
C#
public class DataCompareVariant : IComparable
Visual C++
public ref class DataCompareVariant : IComparable

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.DataCompareVariant

See Also