Set a Field to another field or expression.

Syntax

ISUpdateQueryBuilder.SetField(name, expression, [autoEscape])

Parameters

NameTypeOptionalByRefDescription
name String The field Name.
expression String The expression, e.g. "[OtherField]".
autoEscape Boolean Optional Indicates that all '[' and ']' characters appearing in the expression should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed.
Member of:
ISUpdateQueryBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0