Home
/
Intersoft.ISSupport6
/
ISSqlWhereBuilder
/
AppendEnumRangeUsingStringConverter
AppendEnumRangeUsingStringConverter
Method
Member of
ISSqlWhereBuilder
Append a Range consisting of a comma separated list of Enum text representations to the SQL Where clause.
Syntax
ISSqlWhereBuilder
.
AppendEnumRangeUsingStringConverter
(
fieldName
,
enumList
,
enumStringConverter
)
Parameters
Name
Type
Optional
ByRef
Description
fieldName
String
enumList
String
enumStringConverter
ISSupport.ISEnumFromStringConverter
<para> A Delegate that can convert a String value into its respective Enum Integer value. </para> <para> This allows more flexibility than simply using the Enum's Parse method. </para>
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0