Returns true if the CLR type has been populated with text, false otherwise (e.g. CLR was populated from a database backup).

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasText As Boolean
C#
public bool HasText { get; }
Visual C++
public:
property bool HasText {
	bool get ();
}

See Also