Append a Range consisting of a comma separated list of Enum text representations to the SQL Where clause.

<para> The standard Enum.Parse() method will be used to convert the String representation of an Enum to an Integer value. This will strip any spaces out of the text representation in case these have been added for clarity. </para>

Syntax

ISSqlWhereBuilder.AppendEnumRange(fieldName, enumList, [enumType])

Parameters

NameTypeOptionalByRefDescription
fieldName String
enumList String
enumType Type Optional If omitted, a value of Nothing is assumed.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0