A convenience function that escapes the field name from the databases. Caches the result for speed improvement.

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

Syntax

Visual Basic (Declaration)
Public Function EscapedFieldName ( _
	onTwo As Boolean _
) As String
C#
public string EscapedFieldName(
	bool onTwo
)
Visual C++
public:
String^ EscapedFieldName(
	bool onTwo
)

Parameters

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

Return Value

The escaped field name for the requested database; if null, the escaped field name for the other database.

See Also