Set a String field.

Blank Strings will always be written as Null.

Syntax

ISUpdateQueryBuilder.SetString(name, value, [maxLength])

Parameters

NameTypeOptionalByRefDescription
name String The field Name.
value String The field Value.
maxLength Integer Optional The Maximum Length of the column on the database or zero to assume that value does not exceed the length of the column on the database. If omitted, a value of 0 is assumed.
Member of:
ISUpdateQueryBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0