Append an "In" where clause to the SQL Where.

Syntax

ISSqlWhereBuilder.AppendInSubQuery(fieldName, subQuery, [notIn])

Parameters

NameTypeOptionalByRefDescription
fieldName String The compare field name.
subQuery ISSelectQueryBuilder A sub-Query that returns a single field.
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.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0