Wrapper class for a CLR data type.

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

Syntax

Visual Basic (Declaration)
Public Class CLR _
	Inherits Blob
C#
public class CLR : Blob
Visual C++
public ref class CLR : public Blob

Remarks

The CLR object is used internally by SQL Data Compare to represent a CLR data type. Use the ByteArray and Text properties to access the underlying data.

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.Blob
    RedGate.SQLDataCompare.Engine..::.CLR

See Also