Home / Intersoft.ISSupport6 / ISSqlWhereBuilder / AppendComparisonBoolean
Append a Boolean comparison to the SQL Where clause.
Syntax
ISSqlWhereBuilder . AppendComparisonBoolean ( fieldName , operator , value , [booleanOnDataSource] )
Parameters
Name Type Optional ByRef Description
fieldName
String
The compare field name.
operator
String
The operator, e.g. =,<>,<=.
value
Boolean
The value.
booleanOnDataSource
Boolean
Optional
Development use only to avoid debug notification where we are SURE we are dealing with a Boolean rather than an Integer value.
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