The textual representation of the CLR object.

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

Syntax

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

See Also