Append a function comparison to a Double value in the SQL Where clause.

Syntax

ISSqlWhereBuilder.AppendFunctionDouble(functionDefinition, operator, value, [autoEscape])

Parameters

NameTypeOptionalByRefDescription
functionDefinition String The Function Definition, e.g. Sum([Value]+[Interest]).
operator String The operator, e.g. =,<>,<=.
value Double The value to compare the result of the function against.
autoEscape Boolean Optional Indicates that all '[' and ']' characters appearing in function (because it could actually contain function or field names) 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