Returns true if the Field is Unicode (NChar, NText, NVarChar, XML, CLR).

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

Syntax

Visual Basic (Declaration)
Public Function IsUnicode ( _
	onTwo As Boolean _
) As Boolean
C#
public bool IsUnicode(
	bool onTwo
)
Visual C++
public:
bool IsUnicode(
	bool onTwo
)

Parameters

onTwo
Type: System..::.Boolean
true for the second database; false for the first database.

Return Value

true if the Field is Unicode; otherwise, false.

See Also