Append a Range to the SQL Where clause.

Syntax

ISSqlWhereBuilder.AppendRange(fieldName, range, [dataType], [notRange], [includeDefaultValueIfInvalid])

Parameters

NameTypeOptionalByRefDescription
fieldName String The compare field name.
range String The Range.
dataType iseRangeDataType Optional The underlying data-type of the compare field. If omitted, a value of iseRangeDataType.String is assumed.
notRange Boolean Optional Indicates whether this Range should be prefixed by NOT so that it is excluded rather than included. If omitted, a value of False is assumed.
includeDefaultValueIfInvalid Boolean Optional Indicates whether Integer or Long values that cannot be parsed directly into a number are converted, e.g., "$6". If omitted, a value of True is assumed.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0