Append a field comparison to the SQL Where clause.

Syntax

ISSqlWhereBuilder.AppendComparisonField(fieldName1, operator, fieldName2, [autoEscape])

Parameters

NameTypeOptionalByRefDescription
fieldName1 String The first compare field name.
operator String The operator, e.g. =,<>,<=.
fieldName2 String The second compare field name.
autoEscape Boolean Optional Indicates that all '[' and ']' characters appearing in fieldName2 (because it could actually be a sub-query) should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0