Append to the SQL Where clause.

Syntax

ISSqlWhereBuilder.Append(condition, [autoEscape])

Parameters

NameTypeOptionalByRefDescription
condition String The condition to Append.
autoEscape Boolean Optional Indicates that all '[' and ']' characters appearing in condition 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