Append an "In" clause to the SQL Where.

Syntax

ISSqlWhereBuilder.AppendIn(fieldName, inList, [notIn], [listIsNumeric])

Parameters

NameTypeOptionalByRefDescription
fieldName String The compare Field Name.
inList String A CSV List of items to include.
notIn Boolean Optional Indicates whether this In should be prefixed by NOT so that it is excluded rather than included. If omitted, a value of False is assumed.
listIsNumeric Boolean Optional Indicates whether this List contains Numeric values which should not therefor be quoted. 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