Append a string comparison to the SQL Where clause.

Syntax

ISSqlWhereBuilder.AppendComparisonString(fieldName, operator, value, [nullIfBlank])

Parameters

NameTypeOptionalByRefDescription
fieldName String The compare field name.
operator String The operator, e.g. "=", "<>", "<=", "Like".
value String The comparison value. If using the "Like" operator, use "%" for wildcard characters, e.g., "Napie%".
nullIfBlank Boolean Optional Deprecated. If omitted, a value of True is assumed.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0